TTAS_model_V3 / Modelfile
hsinyuan's picture
Upload folder using huggingface_hub
5dcfd6a verified
raw
history blame contribute delete
318 Bytes
FROM ./phi-4_4_q4_k_m.gguf
TEMPLATE """{{- 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 }}"""