Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: alv
|
3 |
+
tags:
|
4 |
+
- translation
|
5 |
+
|
6 |
+
license: apache-2.0
|
7 |
+
---
|
8 |
+
|
9 |
+
### alv-eng
|
10 |
+
|
11 |
+
* source group: Atlantic-Congo languages
|
12 |
+
* target group: English
|
13 |
+
* OPUS readme: [alv-eng](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/alv-eng/README.md)
|
14 |
+
|
15 |
+
* model: transformer
|
16 |
+
* source language(s): ewe fuc fuv ibo kin lin lug nya run sag sna swh toi_Latn tso umb wol xho yor zul
|
17 |
+
* target language(s): eng
|
18 |
+
* model: transformer
|
19 |
+
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
|
20 |
+
* download original weights: [opus2m-2020-07-31.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/alv-eng/opus2m-2020-07-31.zip)
|
21 |
+
* test set translations: [opus2m-2020-07-31.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/alv-eng/opus2m-2020-07-31.test.txt)
|
22 |
+
* test set scores: [opus2m-2020-07-31.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/alv-eng/opus2m-2020-07-31.eval.txt)
|
23 |
+
|
24 |
+
## Benchmarks
|
25 |
+
|
26 |
+
| testset | BLEU | chr-F |
|
27 |
+
|-----------------------|-------|-------|
|
28 |
+
| Tatoeba-test.ewe-eng.ewe.eng | 6.3 | 0.328 |
|
29 |
+
| Tatoeba-test.ful-eng.ful.eng | 0.4 | 0.108 |
|
30 |
+
| Tatoeba-test.ibo-eng.ibo.eng | 4.5 | 0.196 |
|
31 |
+
| Tatoeba-test.kin-eng.kin.eng | 30.7 | 0.511 |
|
32 |
+
| Tatoeba-test.lin-eng.lin.eng | 2.8 | 0.213 |
|
33 |
+
| Tatoeba-test.lug-eng.lug.eng | 3.4 | 0.140 |
|
34 |
+
| Tatoeba-test.multi.eng | 20.9 | 0.376 |
|
35 |
+
| Tatoeba-test.nya-eng.nya.eng | 38.7 | 0.492 |
|
36 |
+
| Tatoeba-test.run-eng.run.eng | 24.5 | 0.417 |
|
37 |
+
| Tatoeba-test.sag-eng.sag.eng | 5.5 | 0.177 |
|
38 |
+
| Tatoeba-test.sna-eng.sna.eng | 26.9 | 0.412 |
|
39 |
+
| Tatoeba-test.swa-eng.swa.eng | 4.9 | 0.196 |
|
40 |
+
| Tatoeba-test.toi-eng.toi.eng | 3.9 | 0.147 |
|
41 |
+
| Tatoeba-test.tso-eng.tso.eng | 76.7 | 0.957 |
|
42 |
+
| Tatoeba-test.umb-eng.umb.eng | 4.0 | 0.195 |
|
43 |
+
| Tatoeba-test.wol-eng.wol.eng | 3.7 | 0.170 |
|
44 |
+
| Tatoeba-test.xho-eng.xho.eng | 38.9 | 0.556 |
|
45 |
+
| Tatoeba-test.yor-eng.yor.eng | 25.1 | 0.412 |
|
46 |
+
| Tatoeba-test.zul-eng.zul.eng | 46.1 | 0.623 |
|
47 |
+
|
48 |
+
|
49 |
+
### System Info:
|
50 |
+
- hf_name: alv-eng
|
51 |
+
|
52 |
+
- source_languages: alv
|
53 |
+
|
54 |
+
- target_languages: eng
|
55 |
+
|
56 |
+
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/alv-eng/README.md
|
57 |
+
|
58 |
+
- original_repo: Tatoeba-Challenge
|
59 |
+
|
60 |
+
- tags: ['translation']
|
61 |
+
|
62 |
+
- prepro: normalization + SentencePiece (spm32k,spm32k)
|
63 |
+
|
64 |
+
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/alv-eng/opus2m-2020-07-31.zip
|
65 |
+
|
66 |
+
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/alv-eng/opus2m-2020-07-31.test.txt
|
67 |
+
|
68 |
+
- src_alpha3: alv
|
69 |
+
|
70 |
+
- tgt_alpha3: eng
|
71 |
+
|
72 |
+
- short_pair: alv-en
|
73 |
+
|
74 |
+
- chrF2_score: 0.376
|
75 |
+
|
76 |
+
- bleu: 20.9
|
77 |
+
|
78 |
+
- brevity_penalty: 1.0
|
79 |
+
|
80 |
+
- ref_len: 15208.0
|
81 |
+
|
82 |
+
- src_name: Atlantic-Congo languages
|
83 |
+
|
84 |
+
- tgt_name: English
|
85 |
+
|
86 |
+
- train_date: 2020-07-31
|
87 |
+
|
88 |
+
- src_alpha2: alv
|
89 |
+
|
90 |
+
- tgt_alpha2: en
|
91 |
+
|
92 |
+
- prefer_old: False
|
93 |
+
|
94 |
+
- long_pair: alv-eng
|
95 |
+
|
96 |
+
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
|
97 |
+
|
98 |
+
- transformers_git_sha: 46e9f53347bbe9e989f0335f98465f30886d8173
|
99 |
+
|
100 |
+
- port_machine: brutasse
|
101 |
+
|
102 |
+
- port_time: 2020-08-18-01:48
|