ngari-ft-distilled / Modelfile
garryjohnsoniii's picture
Upload Modelfile with huggingface_hub
1e5a5d1 verified
Raw
History Blame Contribute Delete
307 Bytes
FROM ngari-ft-distilled-q4_K_M.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
PARAMETER temperature 0.7
PARAMETER top_k 20
PARAMETER top_p 0.8
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"