hkamalmaz commited on
Commit
fdb1215
·
verified ·
1 Parent(s): bcc579a

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +11 -0
Modelfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /content/hkamalmaz/model/unsloth.F16.gguf
2
+
3
+ TEMPLATE """>>> The{{ if .Prompt }} Question:{{ .Prompt }}{{ end }} >>> The Answer:{{ .Response }}<|end_of_text|>"""
4
+
5
+ PARAMETER stop "<|eot_id|>"
6
+ PARAMETER stop "<|start_header_id|>"
7
+ PARAMETER stop "<|end_header_id|>"
8
+ PARAMETER stop "<|end_of_text|>"
9
+ PARAMETER stop "<|reserved_special_token_"
10
+ PARAMETER temperature 1.5
11
+ PARAMETER min_p 0.1