radinplaid commited on
Commit
4a094ac
·
verified ·
1 Parent(s): 180f838

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -1,3 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # `quickmt-zh-en` Neural Machine Translation Model
2
 
3
  # Usage
@@ -154,4 +184,4 @@ model:
154
  embeddings:
155
  word_vec_size: 1024
156
  position_encoding_type: "SinusoidalInterleaved"
157
- ```
 
1
+ ---
2
+ language:
3
+ - zh
4
+ - en
5
+ tags:
6
+ - translation
7
+ license: cc-by-4.0
8
+ datasets:
9
+ - quickmt/quickmt-train.zh-en
10
+ model-index:
11
+ - name: quickmt-zh-en
12
+ results:
13
+ - task:
14
+ name: Translation zho-eng
15
+ type: translation
16
+ args: zho-eng
17
+ dataset:
18
+ name: flores101-devtest
19
+ type: flores_101
20
+ args: zho_Hans eng_Latn devtest
21
+ metrics:
22
+ - name: BLEU
23
+ type: bleu
24
+ value: 28.58
25
+ - name: CHRF
26
+ type: chrf
27
+ value: 57.46
28
+ ---
29
+
30
+
31
  # `quickmt-zh-en` Neural Machine Translation Model
32
 
33
  # Usage
 
184
  embeddings:
185
  word_vec_size: 1024
186
  position_encoding_type: "SinusoidalInterleaved"
187
+ ```