Views
No views yet
transformer_encoder_scorer implementation.unbabel-comet checkpoint layout. Use it with EOLE.| Original model | Unbabel/wmt22-comet-da |
| EOLE architecture | transformer_encoder_scorer |
| Weight dtype | fp16 |
| Scoring type | comet |
| Class identifier | regression_metric |
| EOLE scorer | EOLE-COMET |
| Requires reference | Yes |
| Encoder | XLM-R large style encoder |
1valid_metrics: ["EOLE-COMET"]
2comet_model: eole-nlp/wmt22-comet-da-eole-fp16
3comet_batch_size: 641eole predict \
2 --model_path eole-nlp/wmt22-comet-da-eole-fp16 \
3 --src /path/to/src.txt \
4 --tgt /path/to/mt.txt \
5 --ref /path/to/ref.txt \
6 --output /path/to/scores.txt \
7 --with_score--score_level system:1eole predict \
2 --model_path eole-nlp/wmt22-comet-da-eole-fp16 \
3 --src /path/to/src.txt \
4 --tgt /path/to/mt.txt \
5 --ref /path/to/ref.txt \
6 --output /path/to/system-score.txt \
7 --with_score \
8 --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/wmt22-comet-da \
3 --dtype fp16 \
4 --output wmt22-comet-da-eole-fp16| Metric | Value |
|---|---|
| System score delta | 1.85e-08 |
| Sentence MAE | 5.42e-08 |
| Sentence max abs | 7.15e-07 |