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

Multiply comet score by 100 in online mode #868

Closed vrigal closed 1 month ago

vrigal commented 1 month ago

Closes #862

I noticed that there is an old method for building metrics from evaluation logs entries (Metric.from_tc_context()) that does not support the comet score. Hopefully though those values will be read from .metrics files (the prefered way to do it) and published normally (this does not concerns online mode).