danielhanchen commited on
Commit
735e447
·
verified ·
1 Parent(s): 2811f4d

Create params

Browse files
Files changed (1) hide show
  1. params +11 -0
params ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stop": [
3
+ "<end_of_turn>",
4
+ "<eos>"
5
+ ],
6
+ "temperature": 0.6,
7
+ "min_p" : 0.00,
8
+ "repeat_penalty" : 1.0,
9
+ "top_k" : 64,
10
+ "top_p" : 0.95
11
+ }