Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
huihui_ai
/
exaone-deep-abliterated
:2.4b-fp16
1,260
Downloads
Updated
3 months ago
This is an uncensored version of LGAI-EXAONE/EXAONE-Deep-2.4B created with abliteration
This is an uncensored version of LGAI-EXAONE/EXAONE-Deep-2.4B created with abliteration
Cancel
2.4b
7.8b
exaone-deep-abliterated:2.4b-fp16
...
/
template
37cddd3bd818 · 375B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
{{ if eq .Role "system" }}[|system|]{{ .Content }}[|endofturn|]
{{ continue }}
{{ else if eq .Role "user" }}[|user|]{{ .Content }}
{{ else if eq .Role "assistant" }}[|assistant|]{{ .Content }}[|endofturn|]
{{ end }}
{{- if and (ne .Role "assistant") $last }}[|assistant|]{{ end }}
{{- end -}}