You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after convert the pretrain model by the transformer.convert_roberta_original_pytorch_checkpoint_to_pytorch, i got config.json and pytorch_model.bin.
Then, i want to try the OpenEntity task, i set as this script '--model_name_or_path ./model_convert/' , but i got a error as the following
Did I miss some files or some settiings?
The text was updated successfully, but these errors were encountered:
Hi, sorry for the late reply. I didn't run into this error. It seems that it is an issue of your environment, which results in that the tokenizer is not correctly loaded.
after convert the pretrain model by the transformer.convert_roberta_original_pytorch_checkpoint_to_pytorch, i got config.json and pytorch_model.bin.
Then, i want to try the OpenEntity task, i set as this script '--model_name_or_path ./model_convert/' , but i got a error as the following
Did I miss some files or some settiings?
The text was updated successfully, but these errors were encountered: