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

group_logs is incomplete #575

Closed eu9ene closed 3 months ago

eu9ene commented 5 months ago

https://wandb.ai/teklia/565-lt-en/runs/93rm7you misses columns "importer" and "augmentation" and also some models: "student", "finetune-student".

The idea was to make an exportable table like this. I remember we decided to also create a separate column for the importer part of the dataset. So it would be importer: sacrebleu, dataset: wmt19, augmentation: aug-upper

Screenshot 2024-05-07 at 12 03 47 PM
vrigal commented 5 months ago

@eu9ene I opened #660, which fixes the columns (importer, dataset, augmentation).

Missing models are training runs published offline (because metrics are published beforehand). I will work on this part later on, as it also concerns old experiments publication. Please note that no metrics table is published during online publication for now (only experiment config is published).