Fix argument typos
Browse filesita-eng is a misleading argument for result/task since the argument to download tatoeba_mt is eng-ita
README.md
CHANGED
@@ -10,9 +10,9 @@ model-index:
|
|
10 |
- name: opus-mt-tc-big-it-en
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Translation ita
|
14 |
type: translation
|
15 |
-
args: ita
|
16 |
dataset:
|
17 |
name: flores101-devtest
|
18 |
type: flores_101
|
@@ -22,25 +22,25 @@ model-index:
|
|
22 |
type: bleu
|
23 |
value: 32.8
|
24 |
- task:
|
25 |
-
name: Translation ita
|
26 |
type: translation
|
27 |
-
args: ita
|
28 |
dataset:
|
29 |
name: tatoeba-test-v2021-08-07
|
30 |
type: tatoeba_mt
|
31 |
-
args: ita
|
32 |
metrics:
|
33 |
- name: BLEU
|
34 |
type: bleu
|
35 |
value: 72.1
|
36 |
- task:
|
37 |
-
name: Translation ita
|
38 |
type: translation
|
39 |
-
args: ita
|
40 |
dataset:
|
41 |
name: newstest2009
|
42 |
type: wmt-2009-news
|
43 |
-
args: ita
|
44 |
metrics:
|
45 |
- name: BLEU
|
46 |
type: bleu
|
@@ -135,7 +135,7 @@ print(pipe("So chi è il mio nemico."))
|
|
135 |
|
136 |
| langpair | testset | chr-F | BLEU | #sent | #words |
|
137 |
|----------|---------|-------|-------|-------|--------|
|
138 |
-
| ita
|
139 |
| ita-eng | flores101-devtest | 0.62115 | 32.8 | 1012 | 24721 |
|
140 |
| ita-eng | newssyscomb2009 | 0.59822 | 34.4 | 502 | 11818 |
|
141 |
| ita-eng | newstest2009 | 0.59646 | 34.3 | 2525 | 65399 |
|
|
|
10 |
- name: opus-mt-tc-big-it-en
|
11 |
results:
|
12 |
- task:
|
13 |
+
name: Translation eng-ita
|
14 |
type: translation
|
15 |
+
args: eng-ita
|
16 |
dataset:
|
17 |
name: flores101-devtest
|
18 |
type: flores_101
|
|
|
22 |
type: bleu
|
23 |
value: 32.8
|
24 |
- task:
|
25 |
+
name: Translation eng-ita
|
26 |
type: translation
|
27 |
+
args: eng-ita
|
28 |
dataset:
|
29 |
name: tatoeba-test-v2021-08-07
|
30 |
type: tatoeba_mt
|
31 |
+
args: eng-ita
|
32 |
metrics:
|
33 |
- name: BLEU
|
34 |
type: bleu
|
35 |
value: 72.1
|
36 |
- task:
|
37 |
+
name: Translation eng-ita
|
38 |
type: translation
|
39 |
+
args: eng-ita
|
40 |
dataset:
|
41 |
name: newstest2009
|
42 |
type: wmt-2009-news
|
43 |
+
args: eng-ita
|
44 |
metrics:
|
45 |
- name: BLEU
|
46 |
type: bleu
|
|
|
135 |
|
136 |
| langpair | testset | chr-F | BLEU | #sent | #words |
|
137 |
|----------|---------|-------|-------|-------|--------|
|
138 |
+
| eng-ita | tatoeba-test-v2021-08-07 | 0.82288 | 72.1 | 17320 | 119214 |
|
139 |
| ita-eng | flores101-devtest | 0.62115 | 32.8 | 1012 | 24721 |
|
140 |
| ita-eng | newssyscomb2009 | 0.59822 | 34.4 | 502 | 11818 |
|
141 |
| ita-eng | newstest2009 | 0.59646 | 34.3 | 2525 | 65399 |
|