eronariodito
commited on
(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
FROM /content/eronariodito/Llama_3.2_1B_SFT_The_Tome/unsloth.F16.gguf
|
3 |
+
TEMPLATE """[INST] <<SYS>>{{ .System }}<</SYS>>
|
4 |
+
|
5 |
+
{{ .Prompt }} [/INST]"""
|
6 |
+
PARAMETER stop "<|end_of_text|>"
|
7 |
+
PARAMETER temperature 1.5
|
8 |
+
PARAMETER min_p 0.1
|