Sweaterdog
commited on
Commit
•
86febfb
1
Parent(s):
f089dc2
Update extras/Modelfile
Browse filesFixed Modelfile
ISSUE:
temperature was too high for Qwen2.5, and min_p was too low.
- 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
|
28 |
-
PARAMETER min_p 0.
|
|
|
24 |
PARAMETER stop "<|endoftext|>"
|
25 |
PARAMETER stop "<|vision_"
|
26 |
PARAMETER stop "<|fim_"
|
27 |
+
PARAMETER temperature 0.9
|
28 |
+
PARAMETER min_p 0.8
|