Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
medgemma
:latest
Updated
26 minutes ago
MedGemma is a collection of Gemma 3 variants that are trained for performance on medical text and image comprehension.
MedGemma is a collection of Gemma 3 variants that are trained for performance on medical text and image comprehension.
Cancel
vision
4b
27b
medgemma:latest
...
/
template
f79eab3dd094 · 394B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 }}
{{- if eq .Role "user" }}<start_of_turn>user
{{- if and (eq $i 1) $.System }}{{ printf "%s\n%s" $.System .Content }}{{ else }}{{ .Content }}{{ end }}<end_of_turn>
{{ else if eq .Role "assistant" }}<start_of_turn>model
{{ .Content }}<end_of_turn>
{{ end }}
{{- if $last }}<start_of_turn>model
{{ end }}
{{- end }}