(Trained with Unsloth)
Browse files
Modelfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
-
FROM /content/sebdg/phi4_test/unsloth.
|
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|>"
|