We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everyone! I am facing this error while calculating the BERT_score.
Can anyone help with this issue?
The text was updated successfully, but these errors were encountered:
Hi @NiloufarShoeibi ,
Please update your bert-score to the latest version (0.3.13). We check the version of transformers and use tokenizer.model_max_length instead if it's >= 4.0.0. Please check the code here. https://github.com/Tiiiger/bert_score/blob/master/bert_score/utils.py#L195-L217
tokenizer.model_max_length
Sorry, something went wrong.
No branches or pull requests
Hi everyone!
I am facing this error while calculating the BERT_score.
Can anyone help with this issue?
The text was updated successfully, but these errors were encountered: