Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
mohdnihalll03
/
qwen2.5-coder-1.5b-codeslm-nihal
:latest
57
Downloads
Updated
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.
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.
Cancel
qwen2.5-coder-1.5b-codeslm-nihal:latest
...
/
template
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|>