CoolFace
Modelpublic

elaverick/phi4_actualplay

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes15downloads
Modelfile8 linesDownload Raw Back to root
1 2FROM /content/elaverick/phi4_actualplay/unsloth.BF16.gguf3TEMPLATE """{{ if .System }}<|im_start|><|system|><|im_sep|>{{ .System }}<|im_end|>{{ end }}{{ if .Prompt }}<|im_start|><|user|><|im_sep|>{{ .Prompt }}<|im_end|>{{ end }}<|im_start|><|assistant|><|im_sep|>{{ .Response }}<|im_end|>"""4PARAMETER stop "<|im_end|>"5PARAMETER stop "<|im_start|>"6PARAMETER stop "<|im_sep|>"7PARAMETER temperature 1.58PARAMETER min_p 0.1