Reza (Amirreza) Shirani
Reza (Amirreza) Shirani
Thanks! But it doesn't contain transformers and torch versions.
I get the following error when I run predict_ner.py: TypeError: __init__() got an unexpected keyword argument 'add_special_tokens' These are the versions I'm using: torch==1.5.0 transformers==2.11.0
Thanks! I think there is still a mismatch between my version of 'tokenizers' and this implementation. so I removed 'add_special_tokens=False' and 'encoding.original_str' in 'predict_ner.py' which gave me an error.