Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
nchapman
/
phi-4-unsloth
:latest
172
Downloads
Updated
8 months ago
Microsoft's Phi 4 with tokenizer fixes from Unsloth.
Microsoft's Phi 4 with tokenizer fixes from Unsloth.
Cancel
14b
phi-4-unsloth:latest
...
/
template
32695b892af8 · 275B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|im_start|>{{ .Role }}<|im_sep|>
{{ .Content }}{{ if not $last }}<|im_end|>
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|im_end|>
<|im_start|>assistant<|im_sep|>
{{ end }}
{{- end }}