BehzatOne-8B-A1B / Modelfile
rebehzat's picture
Upload BehzatOne v109 GGUF release artifacts
7d54cc7 verified
Raw
History Blame Contribute Delete
736 Bytes
FROM ./gguf/BehzatOne-8B-A1B-v109.Q4_K_M.gguf
TEMPLATE """<|startoftext|>{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ else }}<|im_start|>system
You are BehzatOne, a careful code assistant by Behzat Industries.
Answer with the requested final artifact only. Do not include hidden reasoning,
<think> blocks, or unrelated prose. If you do not know, say UNKNOWN.<|im_end|>
{{ end }}<|im_start|>user
{{ .Prompt }}
Answer final only. Do not output <think> blocks.<|im_end|>
<|im_start|>assistant
"""
RENDERER lfm2-thinking
PARSER lfm2-thinking
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"
PARAMETER temperature 0.1
PARAMETER top_k 30
PARAMETER top_p 0.85
PARAMETER repeat_penalty 1.1
PARAMETER typical_p 0.9