mozilla / firefox-translations-training

Training pipelines for Firefox Translations neural machine translation models
https://mozilla.github.io/firefox-translations-training/
Mozilla Public License 2.0
145 stars 31 forks source link

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

Closed bhearsum closed 3 weeks ago

bhearsum commented 1 month 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