Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
Sub01
/
FuseO1-DeepSeekR1-QwQ-SkyT1-Flash-32B-Preview
:q5_0
444
Downloads
Updated
8 months ago
The quantized versions of the FuseO1 + DeepSeek R1 + QwQ + Sky T1 Fusion Model
The quantized versions of the FuseO1 + DeepSeek R1 + QwQ + Sky T1 Fusion Model
Cancel
FuseO1-DeepSeekR1-QwQ-SkyT1-Flash-32B-Preview:q5_0
...
/
template
36c279e9f103 · 399B
{{- 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 -}}