dpletta commited on
Commit
bdc8a11
·
verified ·
1 Parent(s): 8e634ef

Upload params with huggingface_hub

Browse files
Files changed (1) hide show
  1. params +6 -4
params CHANGED
@@ -1,9 +1,11 @@
1
  {
2
- "num_ctx": 32768,
3
  "num_predict": 8192,
4
  "num_batch": 512,
5
- "temperature": 0.7,
6
- "top_p": 0.8,
7
  "top_k": 20,
8
- "repeat_penalty": 1.05
 
 
9
  }
 
1
  {
2
+ "num_ctx": 16384,
3
  "num_predict": 8192,
4
  "num_batch": 512,
5
+ "temperature": 1.0,
6
+ "top_p": 0.95,
7
  "top_k": 20,
8
+ "min_p": 0.0,
9
+ "repeat_penalty": 1.0,
10
+ "think": "medium"
11
  }