sebdg commited on
Commit
41c5a4e
·
verified ·
1 Parent(s): 9cd57d6

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +1 -1
Modelfile CHANGED
@@ -1,5 +1,5 @@
1
 
2
- FROM /content/sebdg/phi4_test/unsloth.Q8_0.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|>"
 
1
 
2
+ FROM /content/sebdg/phi4_test/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|>"