-
Notifications
You must be signed in to change notification settings - Fork 34
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
Switch bestbleu to chrF #908
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm marking as approved, but I'm a bit concerned on knowing if this code is correct without tests. I looked at the extract-best
task, and there is no logging and at the end there is an outfile artifact which content. Clearly it's writing out something, but it's hard to know what's going on here. I'm fine if you want to go ahead and merge, since it's existing code, but we are using new code paths that haven't been proven yet.
https://github.com/mozilla/firefox-translations-training/runs/32308849855
chrF is now considered more reliable than BLEU, and should work better for CJK
Based on advice from #748
+unify sacrebleu and mtdata versions everywhere
+update config generator and skip some datasets there (it's not final though)
closes #748
closes #911