Views
No views yet
transformer_encoder_scorer implementation.unbabel-comet checkpoint layout. Use it with EOLE.| Original model | Unbabel/wmt23-cometkiwi-da-xxl |
| EOLE architecture | transformer_encoder_scorer |
| Weight dtype | fp16 |
| Scoring type | comet |
| Class identifier | unified_metric |
| EOLE scorer | EOLE-COMET-KIWI |
| Requires reference | No |
| Encoder | XLM-R XXL style encoder |
1valid_metrics: ["EOLE-COMET-KIWI"]
2comet_model: eole-nlp/wmt23-cometkiwi-da-xxl-eole-fp16
3comet_batch_size: 4--src for source sentences and --tgt for machine translations.1eole predict \
2 --model_path eole-nlp/wmt23-cometkiwi-da-xxl-eole-fp16 \
3 --src /path/to/src.txt \
4 --tgt /path/to/mt.txt \
5 --output /path/to/scores.txt \
6 --with_score--score_level system:1eole predict \
2 --model_path eole-nlp/wmt23-cometkiwi-da-xxl-eole-fp16 \
3 --src /path/to/src.txt \
4 --tgt /path/to/mt.txt \
5 --output /path/to/system-score.txt \
6 --with_score \
7 --score_level systemscore_level: system writes one numeric line containing the arithmetic mean of
the segment scores, similar to Unbabel COMET's --only_system mode but using
EOLE's score-file format.1eole convert COMET \
2 --model Unbabel/wmt23-cometkiwi-da-xxl \
3 --dtype fp16 \
4 --output wmt23-cometkiwi-da-xxl-eole-fp16