You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,12 @@ See [experiments/README.md](experiments/README.md)
159
159
- Data: See data subdirectories
160
160
161
161
## Changelog
162
+
163
+
- v0.3.3
164
+
- Update minimum required Python version to 3.8
165
+
- Require transformers<4.34 to ensure compatibility for `small100` model
166
+
-`m2m100`/`small100`: Stop adding extra EOS tokens when scoring, which is not needed anymore
167
+
162
168
- v0.3.2
163
169
- Fix score calculation with `small100` model (account for the fact that the target sequence is not prefixed with the target language, as is the case for `m2m100`).
0 commit comments