Views
No views yet
transformer_encoder_decoder_scorer implementation.transformer_encoder_decoder_scorerfp32metricxEOLE-METRICXreference1024candidate: {tgt} reference: {ref}0..25 range.1valid_metrics: ["EOLE-METRICX"]
2metricx_model: eole-nlp/metricx-23-large-v2p0-eole
3metricx_compute_dtype: fp32
4metricx_batch_size: 81eole predict \
2 --model_path eole-nlp/metricx-23-large-v2p0-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--score_level system:1eole predict \
2 --model_path eole-nlp/metricx-23-large-v2p0-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 system \
9 --compute_dtype fp32score_level: system writes one numeric line containing the arithmetic mean of the segment scores.1eole convert MetricX \
2 --model google/metricx-23-large-v2p0 \
3 --dtype fp32 \
4 --output metricx-23-large-v2p0-eole1@inproceedings{juraska-etal-2023-metricx,
2 title = {{MetricX-23: The Google Submission to the WMT 2023 Metrics Shared Task}},
3 author = "Juraska, Juraj and
4 Finkelstein, Mara and
5 Deutsch, Daniel and
6 Siddhant, Aditya and
7 Mirzazadeh, Mehdi and
8 Freitag, Markus",
9 editor = "Koehn, Philipp and
10 Haddow, Barry and
11 Kocmi, Tom and
12 Monz, Christof",
13 booktitle = "Proceedings of the Eighth Conference on Machine Translation",
14 month = dec,
15 year = "2023",
16 address = "Singapore",
17 publisher = "Association for Computational Linguistics",
18 url = "https://aclanthology.org/2023.wmt-1.63",
19 doi = "10.18653/v1/2023.wmt-1.63",
20 pages = "756--767",
21}