Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
nidumai
/
Nidum-Uncensored-DeepSeek-R1-1776-671B
:latest
240
Downloads
Updated
7 months ago
A variant of the DeepSeek-R1 model, post-trained by Perplexity to deliver unbiased, accurate, and factual information.
A variant of the DeepSeek-R1 model, post-trained by Perplexity to deliver unbiased, accurate, and factual information.
Cancel
Nidum-Uncensored-DeepSeek-R1-1776-671B:latest
...
/
template
2d9918533022 · 442B
{{- if .System }}<|begin▁of▁sentence|>{{ .System }}<|end▁of▁sentence|>{{ end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1}}
{{- if eq .Role "user" }}<|User|>{{ .Content }}<|end▁of▁sentence|>
{{- else if eq .Role "assistant" }}<|Assistant|>{{ .Content }}{{- if not $last }}<|end▁of▁sentence|>{{- end }}
{{- end }}
{{- if and $last (ne .Role "assistant") }}<|Assistant|>{{- end }}
{{- end }}