Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
aqualaguna
/
gemma-3-27b-it-abliterated-GGUF
:q2_k
1,860
Downloads
Updated
5 months ago
clone of https://huggingface.co/mlabonne/gemma-3-27b-it-abliterated-GGUF
clone of https://huggingface.co/mlabonne/gemma-3-27b-it-abliterated-GGUF
Cancel
gemma-3-27b-it-abliterated-GGUF:q2_k
...
/
template
5be6630b666f · 359B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 }}
{{- if or (eq .Role "user") (eq .Role "system") }}<start_of_turn>user
{{ .Content }}<end_of_turn>
{{ if $last }}<start_of_turn>model
{{ end }}
{{- else if eq .Role "assistant" }}<start_of_turn>model
{{ .Content }}{{ if not $last }}<end_of_turn>
{{ end }}
{{- end }}
{{- end }}