myclassunil's picture
Upload Modelfile
fb3f74f verified
raw
history blame contribute delete
No virus
328 Bytes
# To build a new Modelfile based on this one, replace the FROM line with:
# FROM llama2:latest
FROM /Users/dpicca/Downloads/Emollama-chat-13b-v0.1.gguf
TEMPLATE """[INST] <<SYS>>{{ .System }}<</SYS>>
{{ .Prompt }} [/INST]
"""
PARAMETER stop "[INST]"
PARAMETER stop "[/INST]"
PARAMETER stop "<<SYS>>"
PARAMETER stop "<</SYS>>"