Sweaterdog commited on
Commit
86febfb
1 Parent(s): f089dc2

Update extras/Modelfile

Browse files

Fixed Modelfile

ISSUE:
temperature was too high for Qwen2.5, and min_p was too low.

Files changed (1) hide show
  1. extras/Modelfile +2 -2
extras/Modelfile CHANGED
@@ -24,5 +24,5 @@ PARAMETER stop "<|quad_start|>"
24
  PARAMETER stop "<|endoftext|>"
25
  PARAMETER stop "<|vision_"
26
  PARAMETER stop "<|fim_"
27
- PARAMETER temperature 1.5
28
- PARAMETER min_p 0.1
 
24
  PARAMETER stop "<|endoftext|>"
25
  PARAMETER stop "<|vision_"
26
  PARAMETER stop "<|fim_"
27
+ PARAMETER temperature 0.9
28
+ PARAMETER min_p 0.8