Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
XianYu_bi
/
DeepSeek-R1-Distill-Qwen-14B-Q3_K_M
:latest
230
Downloads
Updated
6 months ago
Deepseek-r1 distilled 14b Qwen model, Q3_K_M quantized version
Deepseek-r1 distilled 14b Qwen model, Q3_K_M quantized version
Cancel
DeepSeek-R1-Distill-Qwen-14B-Q3_K_M: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 }}