eronariodito commited on
Commit
48bc14b
·
verified ·
1 Parent(s): cdab62b

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +8 -0
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