Quazim0t0 commited on
Commit
3940683
·
verified ·
1 Parent(s): 7ea68d7

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +8 -0
Modelfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM /content/Quazim0t0/Turn.Phi4.1.01/unsloth.BF16.gguf
3
+ TEMPLATE """{{ if .System }}<|im_start|><|system|><|im_sep|>{{ .System }}<|im_end|>{{ end }}{{ if .Prompt }}<|im_start|><|user|><|im_sep|>{{ .Prompt }}<|im_end|>{{ end }}<|im_start|><|assistant|><|im_sep|>{{ .Response }}<|im_end|>"""
4
+ PARAMETER stop "<|im_end|>"
5
+ PARAMETER stop "<|im_start|>"
6
+ PARAMETER stop "<|im_sep|>"
7
+ PARAMETER temperature 1.5
8
+ PARAMETER min_p 0.1