pacozaa commited on
Commit
e7dd567
1 Parent(s): 1f370ac

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +14 -0
Modelfile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./mis-share.gguf
2
+ TEMPLATE """
3
+ {{ if .System }}:<|im_start|>system
4
+ {{ .System }}{{ end }}
5
+
6
+ {{ if .Prompt }}<|im_start|>user
7
+ {{ .Prompt }}{{ end }}
8
+
9
+ <|im_start|>assistant
10
+ <div><p>
11
+ """
12
+ PARAMETER stop "</p></div>"
13
+ PARAMETER stop "<|im_start|>"
14
+ PARAMETER stop "<|im_end|>"