phi3-mini-WeatherBot / Modelfile_fp16
VatsalPatel18's picture
Upload Modelfile_fp16 with huggingface_hub
8ae50a4 verified
raw
history blame
No virus
253 Bytes
FROM ./Phi-3-mini-4k-instruct-fp16.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