geopar commited on
Commit
3d02913
·
verified ·
1 Parent(s): 20889f8

Create params

Browse files
Files changed (1) hide show
  1. params +10 -0
params ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_ctx": 131072,
3
+ "stop": [
4
+ "<|start_header_id|>",
5
+ "<|end_header_id|>",
6
+ "<|eot_id|>"
7
+ ],
8
+ "temperature": 0.5,
9
+ "top_p": 0.95
10
+ }