Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
XianYu_bi
/
deepseek-r1-distill-qwen-14b-Q2_K
:latest
48
Downloads
Updated
6 months ago
Deepseek-r1 distilled 14b Qwen model, Q2_K quantized version
Deepseek-r1 distilled 14b Qwen model, Q2_K quantized version
Cancel
deepseek-r1-distill-qwen-14b-Q2_K:latest
...
/
template
9bb403b8e0b1 · 394B
{{- if .System }}{{ .System }}{{ end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1}}
{{- if eq .Role "user" }}<|User|>{{ .Content }}
{{- else if eq .Role "assistant" }}<|Assistant|>{{ .Content }}{{- if not $last }}<|end▁of▁sentence|>{{- end }}
{{- end }}
{{- if and $last (ne .Role "assistant") }}<|Assistant|>{{- end }}
{{- end }}