phi3-128k-test / Modelfile
dohyung97022's picture
Upload folder using huggingface_hub
e1a1545 verified
raw
history blame
249 Bytes
FROM ./{{ phi3-128k-test }}
TEMPLATE """<s>{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>"""
PARAMETER stop <|endoftext|>
PARAMETER stop <|assistant|>
PARAMETER stop <|end|>
PARAMETER num_ctx {{ 2048 }}