empty-set / Modelfile
bedderautomation's picture
Upload Modelfile with huggingface_hub
3d6de85 verified
Raw
History Blame Contribute Delete
478 Bytes
# ∅ — EMPTY SET
# A model that taught itself to subtract.
# Qwen2.5-3B-Instruct → auto_subtract → what's left is what's left.
FROM ./empty-set-f16.gguf
TEMPLATE """<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
PARAMETER stop "<|im_end|>"
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER top_k 40
PARAMETER repeat_penalty 1.1
PARAMETER num_predict 4096
PARAMETER num_ctx 8192
PARAMETER num_gpu 99