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
Hello, when I tried to reproduce this creative work according to the instructions, I encountered this error. I hope to get your help and reply. Thanks!
Traceback (most recent call last):
File "run.py", line 4, in <module>
from simpletransformers.ner import NERModel
File "/data/private/ajy2023/workspace/Explainable_GEC/Explainable_GEC-main/simpletransformers/ner/__init__.py", line 1, in <module>
from simpletransformers.ner.ner_model import NERModel
File "/data/private/ajy2023/workspace/Explainable_GEC/Explainable_GEC-main/simpletransformers/ner/ner_model.py", line 119, in <module>
from simpletransformers.ner.transformer_models.modeling_roberta import RobertaForTokenClassification, SrobertaForSourceTargetTokenClassification
ModuleNotFoundError: No module named 'simpletransformers.ner.transformer_models.modeling_roberta'
The text was updated successfully, but these errors were encountered:
Hello, when I tried to reproduce this creative work according to the instructions, I encountered this error. I hope to get your help and reply. Thanks!
The text was updated successfully, but these errors were encountered: