nguyenmanhd93 commited on
Commit
ab3aa04
·
verified ·
1 Parent(s): 1d414ba

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +8 -0
Modelfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM /content/nguyenmanhd93/phi-4-unsloth-bnb-4bit-gguf-Q4_K_M/unsloth.F16.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