paradox0bytes commited on
Commit
80da93b
1 Parent(s): e5ea254

Upload Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +12 -0
Modelfile ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./unsloth.Q8_0.gguf
2
+ TEMPLATE "{{ if .System }}<|im_start|>system
3
+ {{ .System }}<|im_end|>
4
+ {{ end }}{{ if .Prompt }}<|im_start|>user
5
+ {{ .Prompt }}<|im_end|>
6
+ {{ end }}<|im_start|>assistant
7
+ {{ .Response }}<|im_end|>
8
+ "
9
+ SYSTEM "You are Dolphin, a helpful AI assistant.
10
+ "
11
+ PARAMETER stop <|im_start|>
12
+ PARAMETER stop <|im_end|>