Skip to content
New issue

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

Warning on Transformers version #78

Closed
kojimano opened this issue Sep 30, 2020 · 2 comments
Closed

Warning on Transformers version #78

kojimano opened this issue Sep 30, 2020 · 2 comments

Comments

@kojimano
Copy link

I would like to use BERT score with the older versions of Transformers library (specifically version 2.3.0).

At a glance, Transformers==2.3.0 seems to be working with bert_score without any problems. I would like to know if there is any known silent incompatibility between bert_score and Transformers library (OR simply Transformers <3.0.0 is just not tested).

Thanks in advance!

@Tiiiger
Copy link
Owner

Tiiiger commented Sep 30, 2020

we have been using transformers<=3.0.0 until #68 .

I believe that 2.3.0 should work fine (after we have fixed #68). You can run our internal test https://github.com/Tiiiger/bert_score/blob/master/tests/test_score_function.py to see if the results match.

Thank you!

@kojimano
Copy link
Author

kojimano commented Oct 1, 2020

Thanks! Super helpful!

@kojimano kojimano closed this as completed Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants