Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
babar_jamali
/
gemma-3-270m
:coding
45
Downloads
Updated
1 week ago
Gemma-3-270M small size and redefined AI Model for faster tasks related to general purpose, cybersecurity, coding and research.
Gemma-3-270M small size and redefined AI Model for faster tasks related to general purpose, cybersecurity, coding and research.
Cancel
gemma-3-270m:coding
...
/
template
680a6206c576 · 363B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 }}
{{- if eq .Role "user" }}<start_of_turn>user
{{- if and (eq $i 1) $.System }}
{{ $.System }}
{{ end }}
{{ .Content }}<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 }}