finetuned_phi3 / Modelfile
alam1n's picture
Trained with Unsloth - Ollama Modelfile
52446b7 verified
raw
history blame contribute delete
333 Bytes
FROM phi-3-mini-4k-instruct.Q4_K_M.gguf
TEMPLATE """{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>
"""
PARAMETER stop "<|end|>"
PARAMETER stop "<|user|>"
PARAMETER stop "<|assistant|>"
PARAMETER temperature 1.5
PARAMETER min_p 0.1