File size: 328 Bytes
fb3f74f
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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>>"