mediusware-ai commited on
Commit
cd8bb19
·
verified ·
1 Parent(s): 74df348

Upload params with huggingface_hub

Browse files
Files changed (1) hide show
  1. params +3 -4
params CHANGED
@@ -1,8 +1,7 @@
1
  {
2
- "temperature": 0.2,
3
  "top_p": 0.95,
4
- "top_k": 20,
5
- "presence_penalty": 1.5,
6
- "num_ctx": 4096,
7
  "stop": ["<|im_start|>", "<|im_end|>", "</think>"]
8
  }
 
1
  {
2
+ "temperature": 0.5,
3
  "top_p": 0.95,
4
+ "top_k": 40,
5
+ "num_ctx": 8192,
 
6
  "stop": ["<|im_start|>", "<|im_end|>", "</think>"]
7
  }