Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
MHKetbi
/
Unsloth-Phi-4-mini-instruct
:latest
618
Downloads
Updated
6 months ago
Phi-4-mini-instruct with Unsloth fixes, works on ollama v0.5.13-rc4, available in [F16, q8_0]
Phi-4-mini-instruct with Unsloth fixes, works on ollama v0.5.13-rc4, available in [F16, q8_0]
Cancel
tools
Unsloth-Phi-4-mini-instruct:latest
...
/
template
8bd56def6811 · 247B
{{- range .Messages -}}
{{- if and (eq .Role "system") .Tools -}}
<|system|>{{ .Content }}<|tool|>{{ .Tools }}<|/tool|><|end|>
{{- else -}}
<|{{ .Role }}|>{{ .Content }}<|end|>
{{- end -}}
{{- end -}}
<|assistant|>{{ .Response }}<|end|>