Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
huihui_ai
/
qwenlong-abliterated
:32b-l1-q4_K_M
1,729
Downloads
Updated
3 months ago
This is an uncensored version of Tongyi-Zhiwen/QwenLong-L1-32B created with abliteration
This is an uncensored version of Tongyi-Zhiwen/QwenLong-L1-32B created with abliteration
Cancel
thinking
32b
qwenlong-abliterated:32b-l1-q4_K_M
...
/
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 }}