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
The models tend to break down when presented with single numbers, or lists of numbers.
For example de-en translates
1 2 3 4 5 6 7 8 9
as
1 2 3 4 5 5 6 6 7 8 9 9
While en-ca (which did not use opus cleaner) succeeds.
en-ca
Here is an example of what calendars look like when the model can't handle this.
![screenshot of a calendar widget with repeated numbers]https://github.com/mozilla/firefox-translations-training/assets/1588648/28d570fe-cc11-42f3-b7ed-d314575bc5d8)
This page is pretty useful as an in-browser test: https://www.timeanddate.com/calendar/
The text was updated successfully, but these errors were encountered:
This could be helped by num_mismatch in OpusCleaner, and probably #215.
Sorry, something went wrong.
Sometimes I wonder if it makes sense to implement some hardcoded rules.
I see that the new models (lt-en, sl-en, sr-en, lv-en) translate numbers correctly:
Closing. Retraining existing models to use the latest improvements is a separate issue.
No branches or pull requests
The models tend to break down when presented with single numbers, or lists of numbers.
For example de-en translates
as
While
en-ca
(which did not use opus cleaner) succeeds.Here is an example of what calendars look like when the model can't handle this.
![screenshot of a calendar widget with repeated numbers]https://github.com/mozilla/firefox-translations-training/assets/1588648/28d570fe-cc11-42f3-b7ed-d314575bc5d8)
This page is pretty useful as an in-browser test: https://www.timeanddate.com/calendar/
The text was updated successfully, but these errors were encountered: