Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
jinbora
/
deepseek-r1-Bllossom
:70b-q8_0
1,198
Downloads
Updated
7 months ago
A Korean fine-tuned version of deepseek-r1 by UNIVA and the Bllossom team.
A Korean fine-tuned version of deepseek-r1 by UNIVA and the Bllossom team.
Cancel
8b
70b
deepseek-r1-Bllossom:70b-q8_0
...
/
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 }}