fietje-2-chat-gguf / Modelfile_q6_k
BramVanroy's picture
Upload Modelfile_q6_k with huggingface_hub
b57450d verified
raw
history blame
285 Bytes
FROM ./fietje-2b-chat-q6_k.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
"""
PARAMETER num_ctx 2048
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"