jordimas commited on
Commit
4e6b43b
1 Parent(s): 765a274
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -16,12 +16,15 @@ inference: false
16
 
17
  ### Introduction
18
 
19
- English - Catalan translation models based on OpenNMT.
 
20
 
21
  ### Usage
22
 
23
 
24
- ```pip3 install ctranslate2 pyonmttok```
 
 
25
 
26
  Simple translation using Python:
27
 
@@ -58,7 +61,8 @@ Hola món!
58
 
59
  ## Benchmarks
60
 
61
- | testset | BLEU |
62
- |-----------------------|-------|
63
- | Tatoeba-test.zho.eng | 45.2 |
 
64
 
 
16
 
17
  ### Introduction
18
 
19
+ English - Catalan translation model based on OpenNMT. These are the same models that we have in production at https://www.softcatala.org/traductor/.
20
+
21
 
22
  ### Usage
23
 
24
 
25
+ ```bash
26
+ pip3 install ctranslate2 pyonmttok
27
+ ```
28
 
29
  Simple translation using Python:
30
 
 
61
 
62
  ## Benchmarks
63
 
64
+ | testset | BLEU |
65
+ |---------------------------------------|-------|
66
+ | test dataset (from train/dev/test) | 45.2 |
67
+ | Flores101 dataset | 40.7 |
68