kylebrodeur commited on
Commit
b188570
·
verified ·
1 Parent(s): 409bcfd

add Ollama sampling params

Browse files
Files changed (1) hide show
  1. params +6 -0
params ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "temperature": 0.2,
3
+ "top_p": 0.9,
4
+ "num_ctx": 4096,
5
+ "stop": ["<start_of_turn>user", "<end_of_turn>"]
6
+ }