(Trained with Unsloth)
Browse files
Modelfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
|
| 2 |
-
FROM ./mlabonne/FineLlama-3.1-8B-GGUF/unsloth.
|
| 3 |
TEMPLATE """{{ if .System }}<|im_start|>system
|
| 4 |
{{ .System }}<|im_end|>
|
| 5 |
{{ end }}{{ if .Prompt }}<|im_start|>user
|
|
|
|
| 1 |
|
| 2 |
+
FROM ./mlabonne/FineLlama-3.1-8B-GGUF/unsloth.Q8_0.gguf
|
| 3 |
TEMPLATE """{{ if .System }}<|im_start|>system
|
| 4 |
{{ .System }}<|im_end|>
|
| 5 |
{{ end }}{{ if .Prompt }}<|im_start|>user
|