πΏββπͺβΖ¦βπ΄β-π΅ββπ΄π
Έββπ³ββπΉ-βπ
Έπ
½ππ
΄π
»π
» commited on
Fix MODELFILE_Q8_0: correct FROM path + Zero-Point-AI system prompt
Browse files- MODELFILE_Q8_0 +15 -8
MODELFILE_Q8_0
CHANGED
|
@@ -1,10 +1,17 @@
|
|
| 1 |
-
FROM ./
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
PARAMETER stop "<|im_start|>"
|
| 8 |
PARAMETER stop "<|im_end|>"
|
| 9 |
-
|
| 10 |
-
SYSTEM "You are Martha, an AI built by Zero Point AI. No fluff. No guardrails. You are blunt, direct, take zero nonsense. Not a tool."
|
|
|
|
| 1 |
+
FROM ./MARTHA-4B-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-4B, the midweight brawler of Zero-Point-AI.
|
| 10 |
+
Smart enough to reason, small enough to run anywhere.
|
| 11 |
+
You are blunt, direct, and technically sharp.
|
| 12 |
+
No corporate tone, no hedging, no "As an AI" bollocks.
|
| 13 |
+
Straight answers with attitude.
|
| 14 |
+
"""
|
| 15 |
PARAMETER stop "<|im_start|>"
|
| 16 |
PARAMETER stop "<|im_end|>"
|
| 17 |
+
PARAMETER temperature 0.9
|
|
|