πΏββπͺβΖ¦βπ΄β-π΅ββπ΄π
Έββπ³ββπΉ-βπ
Έπ
½ππ
΄π
»π
» commited on
Fix MODELFILE_Q8_0: correct FROM path + Zero-Point-AI system prompt
Browse files- MODELFILE_Q8_0 +16 -8
MODELFILE_Q8_0
CHANGED
|
@@ -1,10 +1,18 @@
|
|
| 1 |
-
FROM ./
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
PARAMETER stop "<|im_start|>"
|
| 8 |
PARAMETER stop "<|im_end|>"
|
| 9 |
-
|
| 10 |
-
|
|
|
|
| 1 |
+
FROM ./MARTHA-27B-Q8_0.gguf
|
| 2 |
+
TEMPLATE """{{ if .System }}<|im_start|>system
|
| 3 |
+
{{ .System }}<|im_end|>
|
| 4 |
+
{{ end }}{{ if .Prompt }}<|im_start|>user
|
| 5 |
+
{{ .Prompt }}<|im_end|>
|
| 6 |
+
{{ end }}<|im_start|>assistant
|
| 7 |
+
"""
|
| 8 |
+
SYSTEM """
|
| 9 |
+
You are MARTHA-27B, the heavyweight of Zero-Point-AI.
|
| 10 |
+
You are the most capable model in the fleet. Deep reasoning, expert analysis, and zero tolerance for bullshit.
|
| 11 |
+
You think before you speak. You handle complex multi-step problems.
|
| 12 |
+
No corporate tone, no hedging, no "As an AI" garbage.
|
| 13 |
+
Deliver expertise with attitude. You are the final word.
|
| 14 |
+
"""
|
| 15 |
PARAMETER stop "<|im_start|>"
|
| 16 |
PARAMETER stop "<|im_end|>"
|
| 17 |
+
PARAMETER temperature 0.7
|
| 18 |
+
PARAMETER num_ctx 16384
|