Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
medgemma1.5
:4b
9
Downloads
Updated
29 minutes ago
MedGemma 1.5 4B is an updated version of the MedGemma 4B model.
MedGemma 1.5 4B is an updated version of the MedGemma 4B model.
Cancel
vision
4b
medgemma1.5:4b
...
/
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 }}