mahiatlinux commited on
Commit
a08b095
1 Parent(s): 759eef0

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +11 -0
Modelfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM ./mahiatlinux/Smallpus-7B-GGUF/unsloth.F16.gguf
3
+ TEMPLATE """{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ end }}{{ if .Prompt }}<|im_start|>user
6
+ {{ .Prompt }}<|im_end|>
7
+ {{ end }}<|im_start|>assistant
8
+ {{ .Response }}<|im_end|>
9
+ """
10
+ PARAMETER stop "<|im_start|>"
11
+ PARAMETER stop "<|im_end|>"