Views
No views yet
transformer_encoder_scorer implementation.unbabel-comet checkpoint layout. Use it with EOLE.| Original model | Unbabel/XCOMET-XXL |
| EOLE architecture | transformer_encoder_scorer |
| Scoring type | comet |
| Class identifier | xcomet_metric |
| EOLE scorer | EOLE-XCOMET |
| Requires reference | Yes |
| Encoder | XLM-R XXL style encoder |
1valid_metrics: ["EOLE-XCOMET"]
2comet_model: eole-nlp/xcomet-xxl-eole
3comet_batch_size: 4eole predict emits scalar xCOMET scores. xCOMET span metadata is available internally through EOLE's predict_xcomet(...) path and the parity harness.1eole predict \
2 --model_path eole-nlp/xcomet-xxl-eole \
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/xcomet-xxl-eole \
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/XCOMET-XXL \
3 --output xcomet-xxl-eole| Metric | Value |
|---|---|
| System score delta | 4.86e-07 |
| Sentence MAE | 5.95e-07 |
| Sentence max abs | 3.10e-06 |
| MQM score max abs | 0.0 |
| Span sentence mismatches | 0 |