Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
cieloforge
/
Deepseek-r1-7b-spec
:latest
82
Downloads
Updated
2 weeks ago
A Deepseek-r1:7b Model with Deepseek-r1:8b temp and TopP, while having Deepseek-r1:1.5b as a speculative draft model
A Deepseek-r1:7b Model with Deepseek-r1:8b temp and TopP, while having Deepseek-r1:1.5b as a speculative draft model
Cancel
thinking
Deepseek-r1-7b-spec:latest
...
/
template
c5ad996bda6e · 556B
{{- 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 }}