-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG_FIX] RobertaTokenizerFast object has no attributes max_len #84
Conversation
Also, I've noticed some dead import, no styling rules (Pylint and YAPF) some dead code and the build is impossible to pass on Travis. If the maintainers are interested, I can push a PR including some fix for it. And the example is version outdated (bert_Score and Transformers) Also, I would recommend not trying to make the test pass in Travis since it is confusing. |
Hi @davebulaval, thank you for pointing this out. |
Hi guys, Thanks for your awesome work on the bert_score library. Its definitely a better evaluation metric than rouge. I have a text summarization project submission on Tuesday. Until a few days ago, I was using the rouge scores for hyper parameter tuning. I believe that I will get better summaries when tuned with Bert scores. |
For a quick fix, just |
Thanks. Will try that. |
Hi @kalyankumarp, We recommend that you use transformers with version before 4.0.0 currently because neither this PR or #86 passed our unittest. Before we figure out where the bugs are, it's recommended to use an old version. Otherwise, the numbers you report in your paper won't be comparable to the ones in other papers. Best, Felix |
Hi Felix, I thought of using transformers of version 3.0.0 but I am using BART model of SimpleTransformers library for text summarization. This library needs transformers of 4.0.0 version. Thanks, |
Hi @kalyankumarp, |
Hi @davebulaval, |
Thanks, Felix. Will use the master code. |
|
Quick fix for the transfomers update V4.0.0