sdf-classify / Modelfile
pranab2050's picture
Upload Modelfile with huggingface_hub
19aa324 verified
raw
history blame
337 Bytes
FROM ./sdf-classify-Qwen2.5-1.5B-Instruct-Q4_K_M.gguf
TEMPLATE """{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"
PARAMETER temperature 0.1
PARAMETER num_predict 256
PARAMETER num_ctx 4096