cecilemacaire
commited on
Commit
•
7f4e54f
1
Parent(s):
e5d44f0
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ fairseq-train $DATA \
|
|
63 |
The model was evaluated with sacreBLEU, where we compared the reference pictogram translation with the model hypothesis.
|
64 |
|
65 |
```bash
|
66 |
-
fairseq-generate
|
67 |
--path $model_dir/checkpoint_best.pt \
|
68 |
--task translation_from_pretrained_bart \
|
69 |
--gen-subset test \
|
|
|
63 |
The model was evaluated with sacreBLEU, where we compared the reference pictogram translation with the model hypothesis.
|
64 |
|
65 |
```bash
|
66 |
+
fairseq-generate commonvoice_data/data/ \
|
67 |
--path $model_dir/checkpoint_best.pt \
|
68 |
--task translation_from_pretrained_bart \
|
69 |
--gen-subset test \
|