(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
FROM /content/ahsanf/lexia-finetuned-DeepSeek-R1-Distill-Llama-8B-unsloth-bnb-4bit-v.0.0.2/unsloth.F16.gguf
|
3 |
+
TEMPLATE """[INST] {{ if .System }}{{ .System }} {{ end }}{{ .Prompt }} [/INST]"""
|
4 |
+
PARAMETER stop "<|end▁of▁sentence|>"
|
5 |
+
PARAMETER temperature 1.5
|
6 |
+
PARAMETER min_p 0.1
|