Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
huihui_ai
/
deepseek-r1-abliterated
:8b-llama-distill
557.5K
Downloads
Updated
3 months ago
DeepSeek's first generation reasoning models with comparable performance to OpenAI-o1.
DeepSeek's first generation reasoning models with comparable performance to OpenAI-o1.
Cancel
thinking
1.5b
7b
8b
14b
32b
70b
deepseek-r1-abliterated:8b-llama-distill
...
/
template
369ca498f347 · 387B
{{- 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 }}