Pinkstack's picture
Update Modelfile
fec98ed verified
raw
history blame
390 Bytes
FROM /content/Pinkstack/PARM-V1-phi-4-16k-CoT/unsloth.F16.gguf
TEMPLATE """{{ if .System }}<|system|>{{ .System }}<|im_end|>{{ end }}{{ if .Prompt }}<|user|>{{ .Prompt }}<|im_end|>{{ end }}<|assistant|>{{ .thinking }}<|thinking|>{{ .Response }}<|im_end|>"""
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_sep|>"
PARAMETER temperature 0.8
PARAMETER min_p 0.1