ngari-tool / Modelfile
garryjohnsoniii's picture
Upload Modelfile with huggingface_hub
2f98d2e verified
Raw
History Blame Contribute Delete
299 Bytes
FROM ngari-tool-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|>"