system HF staff commited on
Commit
18a4524
·
1 Parent(s): 5a0011e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: bnt
3
+ tags:
4
+ - translation
5
+
6
+ license: apache-2.0
7
+ ---
8
+
9
+ ### bnt-eng
10
+
11
+ * source group: Bantu languages
12
+ * target group: English
13
+ * OPUS readme: [bnt-eng](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/bnt-eng/README.md)
14
+
15
+ * model: transformer
16
+ * source language(s): kin lin lug nya run sna swh toi_Latn tso umb xho 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/bnt-eng/opus2m-2020-07-31.zip)
21
+ * test set translations: [opus2m-2020-07-31.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/bnt-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/bnt-eng/opus2m-2020-07-31.eval.txt)
23
+
24
+ ## Benchmarks
25
+
26
+ | testset | BLEU | chr-F |
27
+ |-----------------------|-------|-------|
28
+ | Tatoeba-test.kin-eng.kin.eng | 31.7 | 0.481 |
29
+ | Tatoeba-test.lin-eng.lin.eng | 8.3 | 0.271 |
30
+ | Tatoeba-test.lug-eng.lug.eng | 5.3 | 0.128 |
31
+ | Tatoeba-test.multi.eng | 23.1 | 0.394 |
32
+ | Tatoeba-test.nya-eng.nya.eng | 38.3 | 0.527 |
33
+ | Tatoeba-test.run-eng.run.eng | 26.6 | 0.431 |
34
+ | Tatoeba-test.sna-eng.sna.eng | 27.5 | 0.440 |
35
+ | Tatoeba-test.swa-eng.swa.eng | 4.6 | 0.195 |
36
+ | Tatoeba-test.toi-eng.toi.eng | 16.2 | 0.342 |
37
+ | Tatoeba-test.tso-eng.tso.eng | 100.0 | 1.000 |
38
+ | Tatoeba-test.umb-eng.umb.eng | 8.4 | 0.231 |
39
+ | Tatoeba-test.xho-eng.xho.eng | 37.2 | 0.554 |
40
+ | Tatoeba-test.zul-eng.zul.eng | 40.9 | 0.576 |
41
+
42
+
43
+ ### System Info:
44
+ - hf_name: bnt-eng
45
+
46
+ - source_languages: bnt
47
+
48
+ - target_languages: eng
49
+
50
+ - opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/bnt-eng/README.md
51
+
52
+ - original_repo: Tatoeba-Challenge
53
+
54
+ - tags: ['translation']
55
+
56
+ - prepro: normalization + SentencePiece (spm32k,spm32k)
57
+
58
+ - url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/bnt-eng/opus2m-2020-07-31.zip
59
+
60
+ - url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/bnt-eng/opus2m-2020-07-31.test.txt
61
+
62
+ - src_alpha3: bnt
63
+
64
+ - tgt_alpha3: eng
65
+
66
+ - short_pair: bnt-en
67
+
68
+ - chrF2_score: 0.39399999999999996
69
+
70
+ - bleu: 23.1
71
+
72
+ - brevity_penalty: 1.0
73
+
74
+ - ref_len: 14565.0
75
+
76
+ - src_name: Bantu languages
77
+
78
+ - tgt_name: English
79
+
80
+ - train_date: 2020-07-31
81
+
82
+ - src_alpha2: bnt
83
+
84
+ - tgt_alpha2: en
85
+
86
+ - prefer_old: False
87
+
88
+ - long_pair: bnt-eng
89
+
90
+ - helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
91
+
92
+ - transformers_git_sha: 46e9f53347bbe9e989f0335f98465f30886d8173
93
+
94
+ - port_machine: brutasse
95
+
96
+ - port_time: 2020-08-18-01:48