Text Generation
Transformers
GGUF
Korean
English
unsloth
phi-3
ollama
conversational
daekeun-ml's picture
Create Modelfile_q4
609a09d verified
raw
history blame contribute delete
249 Bytes
FROM ./phi3-medium-4k-14B-q4_1.gguf
TEMPLATE """<s>{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>"""
PARAMETER stop <|endoftext|>
PARAMETER stop <|assistant|>
PARAMETER stop <|end|>
PARAMETER num_ctx 4096