Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
call518
/
tulu3-131072ctx
:8b
7
Downloads
Updated
6 months ago
num_ctx=131072
num_ctx=131072
Cancel
8b
tulu3-131072ctx:8b
...
/
template
13573ab95b75 · 272B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|{{ .Role }}|>
{{ .Content }}{{ if eq .Role "assistant" }}<|end_of_text|>{{ end }}{{ if not $last }}
{{ end }}
{{- if and (ne .Role "assistant") $last }}
<|assistant|>
{{ end }}
{{- end }}