cecilemacaire commited on
Commit
37828e3
1 Parent(s): 3f48476

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  - pictograms
11
  - translation
12
  metrics:
13
- - bleu
14
  inference: false
15
  ---
16
 
@@ -60,7 +60,7 @@ fairseq-train $DATA \
60
 
61
  ### Evaluation
62
 
63
- The model was evaluated with BLEU, where we compared the reference pictogram translation with the model hypothesis.
64
 
65
  ```bash
66
  fairseq-generate orfeo_data/data/ \
 
10
  - pictograms
11
  - translation
12
  metrics:
13
+ - sacrebleu
14
  inference: false
15
  ---
16
 
 
60
 
61
  ### Evaluation
62
 
63
+ The model was evaluated with sacreBLEU, where we compared the reference pictogram translation with the model hypothesis.
64
 
65
  ```bash
66
  fairseq-generate orfeo_data/data/ \