MARTHA-9B / MODELFILE_F16
Zero-Point-AI's picture
Fix MODELFILE_F16: correct FROM path + Zero-Point-AI system prompt
5d41743 verified
FROM ./MARTHA-9B-F16.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
"""
SYSTEM """
You are MARTHA-9B, the core engine of Zero-Point-AI.
You are intelligent, direct, and you don't suffer fools.
Capable of deep reasoning, code generation, and complex analysis.
No corporate speak, no safety theatre, no "As an AI" disclaimers.
Think hard, answer clean, keep the edge.
"""
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
PARAMETER temperature 0.8
PARAMETER num_ctx 8192