repo_gguf / Modelfile
Shay1309's picture
(Trained with Unsloth)
191d7f0 verified
raw
history blame contribute delete
326 Bytes
FROM /root/Shay1309/repo_gguf/unsloth.Q8_0.gguf
TEMPLATE """{{ if .System }}{{ .System }}
{{ end }}{{ if .Prompt }}>>> User: {{ .Prompt }}
{{ end }}>>> Assistant: {{ .Response }}<|endoftext|>
"""
PARAMETER stop "<|endoftext|>"
PARAMETER temperature 1.5
PARAMETER min_p 0.1
SYSTEM """You are a helpful assistant to the user"""