aedmark commited on
Commit
b49fc0f
·
verified ·
1 Parent(s): b2a9daa

Update params

Browse files
Files changed (1) hide show
  1. params +9 -3
params CHANGED
@@ -1,5 +1,11 @@
1
  {
2
- "temperature": 0.6,
3
- "repeat_penalty": 1.15,
4
- "num_predict": 200
 
 
 
 
 
 
5
  }
 
1
  {
2
+ "temperature": 0.7,
3
+ "top_p": 0.9,
4
+ "max_new_tokens": 4096,
5
+ "stop": [
6
+ "<|im_start|>",
7
+ "<|im_end|>",
8
+ "user",
9
+ "assistant"
10
+ ]
11
  }