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

fix: don't run evaluate tasks on pretrained models #781

Closed bhearsum closed 1 month ago

bhearsum commented 3 months ago

This is accomplished with a new transform used by the evaluate tasks, which avoids yielding any tasks whose stage matches a pretrained-models stage.

Fixes #628