Models
Turbo
Sign in
Download
Models
Download
Sign in
falcon3
:7b
344.1K
Downloads
Updated
8 months ago
A family of efficient AI models under 10B parameters performant in science, math, and coding through innovative training techniques.
A family of efficient AI models under 10B parameters performant in science, math, and coding through innovative training techniques.
Cancel
1b
3b
7b
10b
falcon3:7b
...
/
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 }}