FricoRico commited on
Commit
d65efb3
·
verified ·
1 Parent(s): 1915f33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ language:
4
+ - zh
5
+ - en
6
+ pipeline_tag: translation
7
+ ---
8
+
9
+ # Opus Tatoeba | Chinese -> English
10
+
11
+ * dataset: opus
12
+ * model: transformer
13
+ * source language(s): cjy cmn gan hak hsn lzh nan wuu yue
14
+ * target language(s): eng
15
+ * model: transformer
16
+ * pre-processing: normalization + SentencePiece (spm32k,spm32k)
17
+ * download: [opus-2021-02-18.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/zho-eng/opus-2021-02-18.zip)
18
+ * test set translations: [opus-2021-02-18.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/zho-eng/opus-2021-02-18.test.txt)
19
+ * test set scores: [opus-2021-02-18.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/zho-eng/opus-2021-02-18.eval.txt)
20
+
21
+ ## Benchmarks
22
+
23
+ | testset | BLEU | chr-F | #sent | #words | BP |
24
+ |---------|-------|-------|-------|--------|----|
25
+ | Tatoeba-test.cjy_Hans-eng | 20.9 | 0.394 | 2 | 18 | 0.751 |
26
+ | Tatoeba-test.cjy_Hant-eng | 16.0 | 0.173 | 1 | 4 | 1.000 |
27
+ | Tatoeba-test.cmn-eng | 17.0 | 0.480 | 15 | 82 | 1.000 |
28
+ | Tatoeba-test.cmn_Hans-eng | 36.7 | 0.558 | 4195 | 36106 | 0.935 |
29
+ | Tatoeba-test.cmn_Hant-eng | 40.4 | 0.585 | 4418 | 34780 | 0.955 |
30
+ | Tatoeba-test.gan-eng | 43.2 | 0.565 | 1 | 9 | 1.000 |
31
+ | Tatoeba-test.lzh-eng | 3.6 | 0.191 | 98 | 933 | 0.755 |
32
+ | Tatoeba-test.lzh_Hans-eng | 6.0 | 0.170 | 3 | 42 | 0.900 |
33
+ | Tatoeba-test.nan-eng | 6.1 | 0.179 | 2 | 10 | 1.000 |
34
+ | Tatoeba-test.wuu-eng | 17.4 | 0.400 | 203 | 1625 | 1.000 |
35
+ | Tatoeba-test.yue_Hans-eng | 21.1 | 0.407 | 630 | 5838 | 0.946 |
36
+ | Tatoeba-test.yue_Hant-eng | 25.2 | 0.428 | 431 | 3350 | 0.949 |
37
+ | Tatoeba-test.zho-eng | 36.0 | 0.546 | 9999 | 82822 | 0.946 |