haining commited on
Commit
b9a63e1
1 Parent(s): 731e344

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
 
 
 
 
2
  license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - translation
6
  license: mit
7
+ metrics:
8
+ - sacrebleu
9
+ - BERT_score
10
+
11
+ inference:
12
+ parameters:
13
+ top_p: 0.9
14
+ do_sample: True
15
+ max_length: 512
16
+ repetition_penalty: 1.2
17
  ---