Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
huihui_ai
/
uwu-abliterated
:7b-instruct-fp16
289
Downloads
Updated
10 months ago
UwU is an experimental research model focused on advancing AI reasoning capabilities.
UwU is an experimental research model focused on advancing AI reasoning capabilities.
Cancel
7b
uwu-abliterated:7b-instruct-fp16
...
/
template
4b01fbe300da · 255B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|im_start|>{{ .Role }}
{{ .Content }}{{ if not $last }}<|im_end|>
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|im_end|>
<|im_start|>assistant
{{ end }}
{{- end }}