jhangmez commited on
Commit
c0adc0c
1 Parent(s): 3dd5277

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +11 -0
Modelfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM ./jhangmez/CHATPRG-v0.2.1-Meta-Llama-3.1-8B-bnb-4bit-q4_k_m/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|>"