Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
gemma3n
:e2b
1.2M
Downloads
Updated
7 months ago
Gemma 3n models are designed for efficient execution on everyday devices such as laptops, tablets or phones.
Gemma 3n models are designed for efficient execution on everyday devices such as laptops, tablets or phones.
Cancel
e2b
e4b
gemma3n:e2b
...
/
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 }}