fietje-2-instruct-gguf / Modelfile_q8_0
BramVanroy's picture
Upload Modelfile_q8_0 with huggingface_hub
b86ac2c verified
raw
history blame contribute delete
No virus
289 Bytes
FROM ./fietje-2b-instruct-q8_0.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|>"