system HF staff commited on
Commit
02edb5a
·
1 Parent(s): 5cff446

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: zh
3
+ tags:
4
+ - translation
5
+
6
+ license: apache-2.0
7
+ ---
8
+
9
+ ### zho-bul
10
+
11
+ * source group: Chinese
12
+ * target group: Bulgarian
13
+ * OPUS readme: [zho-bul](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/zho-bul/README.md)
14
+
15
+ * model: transformer
16
+ * source language(s): cmn cmn_Hans cmn_Hant zho zho_Hans zho_Hant
17
+ * target language(s): bul
18
+ * model: transformer
19
+ * pre-processing: normalization + SentencePiece (spm32k,spm32k)
20
+ * download original weights: [opus-2020-07-03.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/zho-bul/opus-2020-07-03.zip)
21
+ * test set translations: [opus-2020-07-03.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/zho-bul/opus-2020-07-03.test.txt)
22
+ * test set scores: [opus-2020-07-03.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/zho-bul/opus-2020-07-03.eval.txt)
23
+
24
+ ## Benchmarks
25
+
26
+ | testset | BLEU | chr-F |
27
+ |-----------------------|-------|-------|
28
+ | Tatoeba-test.cmn_Hani.bul | 29.6 | 0.497 |
29
+ | Tatoeba-test.zho.bul | 29.6 | 0.497 |
30
+
31
+
32
+ ### System Info:
33
+ - hf_name: zho-bul
34
+
35
+ - source_languages: zho
36
+
37
+ - target_languages: bul
38
+
39
+ - opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/zho-bul/README.md
40
+
41
+ - original_repo: Tatoeba-Challenge
42
+
43
+ - tags: ['translation']
44
+
45
+ - prepro: normalization + SentencePiece (spm32k,spm32k)
46
+
47
+ - url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/zho-bul/opus-2020-07-03.zip
48
+
49
+ - url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/zho-bul/opus-2020-07-03.test.txt
50
+
51
+ - src_alpha3: zho
52
+
53
+ - tgt_alpha3: bul
54
+
55
+ - short_pair: zh-bg
56
+
57
+ - chrF2_score: 0.49700000000000005
58
+
59
+ - bleu: 29.6
60
+
61
+ - brevity_penalty: 0.883
62
+
63
+ - ref_len: 3113.0
64
+
65
+ - src_name: Chinese
66
+
67
+ - tgt_name: Bulgarian
68
+
69
+ - train_date: 2020-07-03
70
+
71
+ - src_alpha2: zh
72
+
73
+ - tgt_alpha2: bg
74
+
75
+ - prefer_old: False
76
+
77
+ - long_pair: zho-bul
78
+
79
+ - helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
80
+
81
+ - transformers_git_sha: 46e9f53347bbe9e989f0335f98465f30886d8173
82
+
83
+ - port_machine: brutasse
84
+
85
+ - port_time: 2020-08-18-01:48