Kwokou commited on
Commit
7d9a154
1 Parent(s): 95480cd

Upload Modelfile

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