myclassunil commited on
Commit
fb3f74f
1 Parent(s): 0dae480

Upload Modelfile

Browse files

Modelfile to be used with Ollama

Files changed (1) hide show
  1. Modelfile +12 -0
Modelfile ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # To build a new Modelfile based on this one, replace the FROM line with:
2
+ # FROM llama2:latest
3
+
4
+ FROM /Users/dpicca/Downloads/Emollama-chat-13b-v0.1.gguf
5
+ TEMPLATE """[INST] <<SYS>>{{ .System }}<</SYS>>
6
+
7
+ {{ .Prompt }} [/INST]
8
+ """
9
+ PARAMETER stop "[INST]"
10
+ PARAMETER stop "[/INST]"
11
+ PARAMETER stop "<<SYS>>"
12
+ PARAMETER stop "<</SYS>>"