Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
sam860
/
olmo2
:1b-Q5_K_M
14
Downloads
Updated
1 month ago
Allen Institute's Latest tiny LLM in the Olmo family
Allen Institute's Latest tiny LLM in the Olmo family
Cancel
1b
olmo2:1b-Q5_K_M
...
/
template
803b5adc3448 · 218B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|{{ .Role }}|>
{{ .Content }}{{ if not $last }}
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|assistant|>
{{ end }}
{{- end }}