Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
ertghiu256
/
DeepQuestioner-phi4
:latest
44
Downloads
Updated
6 months ago
From microsoft Phi 4, using system prompt to think ask question to it self
From microsoft Phi 4, using system prompt to think ask question to it self
Cancel
DeepQuestioner-phi4:latest
...
/
template
03c26dc57beb · 289B
{{- 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 }}