Spaces:
Running
Running
Update Space (evaluate main: 05209ece)
Browse files
README.md
CHANGED
@@ -10,6 +10,16 @@ pinned: false
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Metric Card for chrF(++)
|
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
+
description: >-
|
14 |
+
ChrF and ChrF++ are two MT evaluation metrics. They both use the F-score statistic for character n-gram matches,
|
15 |
+
and ChrF++ adds word n-grams as well which correlates more strongly with direct assessment. We use the implementation
|
16 |
+
that is already present in sacrebleu.
|
17 |
+
|
18 |
+
The implementation here is slightly different from sacrebleu in terms of the required input format. The length of
|
19 |
+
the references and hypotheses lists need to be the same, so you may need to transpose your references compared to
|
20 |
+
sacrebleu's required input format. See https://github.com/huggingface/datasets/issues/3154#issuecomment-950746534
|
21 |
+
|
22 |
+
See the README.md file at https://github.com/mjpost/sacreBLEU#chrf--chrf for more information.
|
23 |
---
|
24 |
|
25 |
# Metric Card for chrF(++)
|