Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
alsdjfalsdjfs
/
DeepSeek-R1-0528-Q2_K_XL
:671b-32K
234
Downloads
Updated
10 months ago
(251GB) unsloth/DeepSeek-R1-0528-GGUF:Q2_K_XL
(251GB) unsloth/DeepSeek-R1-0528-GGUF:Q2_K_XL
Cancel
thinking
671b
DeepSeek-R1-0528-Q2_K_XL:671b-32K
...
/
template
6a5d82c51317 · 575B
{{- 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|>
{{- if and $.IsThinkSet (and $last .Thinking) -}}
<think>
{{ .Thinking }}
</think>
{{- end }}{{ .Content }}{{- if not $last }}<|end▁of▁sentence|>{{- end }}
{{- end }}
{{- if and $last (ne .Role "assistant") }}<|Assistant|>
{{- if and $.IsThinkSet (not $.Think) -}}
<think>
</think>
{{ end }}
{{- end -}}
{{- end }}