57 6 days ago

A QLoRA fine-tune of Qwen2.5-Coder-1.5B into a terse, code-first Python assistant — 78% shorter answers, trained on a single 8 GB GPU.

62fbfd9ed093 · 182B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>