Sonia Hendrix commited on
Commit
398b873
·
verified ·
1 Parent(s): 6f3e181

Upload params with huggingface_hub

Browse files
Files changed (1) hide show
  1. params +8 -0
params ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
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
+ }