mozilla / translations

The code, training pipeline, and models that power Firefox Translations
https://mozilla.github.io/translations/
Mozilla Public License 2.0
154 stars 33 forks source link

Rewrite the training script in Python #599

Closed eu9ene closed 1 month ago

eu9ene commented 5 months ago

We started adding more and more features to the training procedure which increases complexity and it's time to switch to Python. This will help us to use named arguments, better handle training config templating and composing and simplify providing extra training options like "one-stage" teacher training mode.

Related to #579