danielhanchen commited on
Commit
ac22cca
·
verified ·
1 Parent(s): 686913a

Create params

Browse files
Files changed (1) hide show
  1. params +11 -0
params ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stop": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "temperature": 0.7,
7
+ "min_p" : 0.00,
8
+ "repeat_penalty" : 1.05,
9
+ "top_k" : 20,
10
+ "top_p" : 0.8
11
+ }