EssalhiSara commited on
Commit
2c72c4e
·
verified ·
1 Parent(s): 0192ac7

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +13 -0
Modelfile ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./EssalhiSara/unsloth.Q8_0.gguf/unsloth.Q8_0.gguf
2
+
3
+ TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
4
+
5
+ ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}<eos>"""
10
+
11
+ PARAMETER stop "[@BOS@]"
12
+ PARAMETER stop "<eos>"
13
+ PARAMETER stop "<unused"