AlekseyElygin commited on
Commit
3d6634e
1 Parent(s): d9dd207

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +11 -0
Modelfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM ./AlekseyElygin/mistral-7b-instruct-v0.3-bnb-8ep-GGUF/unsloth.Q8_0.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|>"