Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
- pictograms
|
11 |
- translation
|
12 |
metrics:
|
13 |
-
-
|
14 |
inference: false
|
15 |
---
|
16 |
|
@@ -61,7 +61,7 @@ fairseq-train \
|
|
61 |
|
62 |
### Evaluation
|
63 |
|
64 |
-
The model was evaluated with
|
65 |
|
66 |
```bash
|
67 |
fairseq-generate exp_orfeo/data-bin/orfeo.tokenized.fr-frp \
|
|
|
10 |
- pictograms
|
11 |
- translation
|
12 |
metrics:
|
13 |
+
- sacrebleu
|
14 |
inference: false
|
15 |
---
|
16 |
|
|
|
61 |
|
62 |
### Evaluation
|
63 |
|
64 |
+
The model was evaluated with sacreBLEU, where we compared the reference pictogram translation with the model hypothesis.
|
65 |
|
66 |
```bash
|
67 |
fairseq-generate exp_orfeo/data-bin/orfeo.tokenized.fr-frp \
|