Models
Turbo
Sign in
Download
Models
Download
Sign in
gemma3
:12b
11.8M
Downloads
Updated
3 months ago
The current, most capable model that runs on a single GPU.
The current, most capable model that runs on a single GPU.
Cancel
vision
1b
4b
12b
27b
gemma3:12b
...
/
template
e0a42594d802 · 358B
{{- 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 }}