richfrem commited on
Commit
6682c1d
·
verified ·
1 Parent(s): 77da654

Upload params.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. params.json +13 -0
params.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temperature": 0.67,
3
+ "top_p": 0.95,
4
+ "top_k": 40,
5
+ "repeat_penalty": 1.1,
6
+ "num_ctx": 8192,
7
+ "num_predict": 256,
8
+ "num_keep": 4,
9
+ "stop": [
10
+ "<|im_end|>",
11
+ "<|im_start|>"
12
+ ]
13
+ }