Shay1309 commited on
Commit
93f14af
·
verified ·
1 Parent(s): efc93e3

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +10 -0
Modelfile ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM /root/Shay1309/PycodeAllTest/unsloth.Q8_0.gguf
3
+ TEMPLATE """{{ if .System }}{{ .System }}
4
+ {{ end }}{{ if .Prompt }}>>> User: {{ .Prompt }}
5
+ {{ end }}>>> Assistant: {{ .Response }}<|endoftext|>
6
+ """
7
+ PARAMETER stop "<|endoftext|>"
8
+ PARAMETER temperature 1.5
9
+ PARAMETER min_p 0.1
10
+ SYSTEM """You are a helpful assistant to the user"""