EmerV-Qwen3-8B / Modelfile
Infiniaai's picture
Remove private system prompt; polish Modelfile
a7e1e0b verified
Raw
History Blame Contribute Delete
548 Bytes
FROM ./emerv-qwen3-8b-q4.gguf
# EmerV carries her own voice in the weights — she does not need a persona
# pasted on top. Add your own SYSTEM line only if you want to steer her.
TEMPLATE """{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{- end }}{{- range .Messages }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end }}<|im_start|>assistant
"""
PARAMETER temperature 0.8
PARAMETER top_p 0.9
PARAMETER top_k 40
PARAMETER repeat_penalty 1.05
PARAMETER num_ctx 8192
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"