Shay1309 commited on
Commit
be3203c
·
verified ·
1 Parent(s): bbbee9e

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +21 -0
Modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /root/Shay1309/RNAME/unsloth.Q8_0.gguf
2
+
3
+ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
4
+
5
+ ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}<eos>"""
10
+
11
+ PARAMETER stop "[toxicity=0]"
12
+ PARAMETER stop "[@BOS@]"
13
+ PARAMETER stop "<eos>"
14
+ PARAMETER stop "<unused"
15
+ PARAMETER stop " "
16
+ PARAMETER stop " "
17
+ PARAMETER stop " "
18
+ PARAMETER stop " "
19
+ PARAMETER temperature 1.5
20
+ PARAMETER min_p 0.1
21
+ SYSTEM "You are a helpful assistant"