quant-pico-2b / Modelfile
20ZollCoder's picture
Upload Quant Pico 2B (Qwen3.5-2B + QLoRA, 6-phase SFT)
31ef525 verified
Raw
History Blame Contribute Delete
483 Bytes
FROM ./final_model
TEMPLATE "{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"
RENDERER qwen3.5
PARSER qwen3.5
SYSTEM "Du bist Quant Pico 2B, ein hilfsbereiter deutschsprachiger KI-Assistent basierend auf Qwen3.5-2B. Antworte auf Deutsch, sei praezise und freundlich."
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER num_ctx 4096
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"