Views
No views yet
transformer_encoder_decoder_scorer implementation.transformer_encoder_decoder_scorerfp32metricxEOLE-METRICX, EOLE-METRICX-QEreference, qe1536source: {src} candidate: {tgt} reference: {ref}source: {src} candidate: {tgt}0..25 range.1valid_metrics: ["EOLE-METRICX"]
2metricx_model: eole-nlp/metricx-24-hybrid-large-v2p6-eole
3metricx_compute_dtype: fp32
4metricx_batch_size: 81valid_metrics: ["EOLE-METRICX-QE"]
2metricx_model: eole-nlp/metricx-24-hybrid-large-v2p6-eole
3metricx_compute_dtype: fp32
4metricx_batch_size: 81eole predict \
2 --model_path eole-nlp/metricx-24-hybrid-large-v2p6-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 \
8 --compute_dtype fp32--ref to score in reference-free QE mode:1eole predict \
2 --model_path eole-nlp/metricx-24-hybrid-large-v2p6-eole \
3 --src /path/to/src.txt \
4 --tgt /path/to/mt.txt \
5 --output /path/to/qe-scores.txt \
6 --with_score \
7 --compute_dtype fp32--score_level system.1eole convert MetricX \
2 --model google/metricx-24-hybrid-large-v2p6 \
3 --dtype fp32 \
4 --output metricx-24-hybrid-large-v2p6-eole1@inproceedings{juraska-etal-2024-metricx,
2 title = "{M}etric{X}-24: The {G}oogle Submission to the {WMT} 2024 Metrics Shared Task",
3 author = "Juraska, Juraj and
4 Deutsch, Daniel and
5 Finkelstein, Mara and
6 Freitag, Markus",
7 editor = "Haddow, Barry and
8 Kocmi, Tom and
9 Koehn, Philipp and
10 Monz, Christof",
11 booktitle = "Proceedings of the Ninth Conference on Machine Translation",
12 month = nov,
13 year = "2024",
14 address = "Miami, Florida, USA",
15 publisher = "Association for Computational Linguistics",
16 url = "https://aclanthology.org/2024.wmt-1.35",
17 pages = "492--504",
18}