Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
fabriciocarraro
/
google-gemma-3-4b-it-gguf
:latest
159
Downloads
Updated
11 months ago
Google Gemma-3-4B-it llama.cpp quantization by Fabrício Carraro
Google Gemma-3-4B-it llama.cpp quantization by Fabrício Carraro
Cancel
google-gemma-3-4b-it-gguf:latest
...
/
template
a2d3ec37a1d0 · 368B
{{- 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 }}