danielhanchen commited on
Commit
b769727
·
verified ·
1 Parent(s): 29c5c0c

Create params

Browse files
Files changed (1) hide show
  1. params +9 -0
params ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stop": [
3
+ "</s>"
4
+ ],
5
+ "temperature": 0.7,
6
+ "min_p" : 0.01,
7
+ "repeat_penalty" : 1.0,
8
+ "top_p" : 0.95
9
+ }