(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM /content/hkamalmaz/model/unsloth.F16.gguf
|
2 |
+
|
3 |
+
TEMPLATE """>>> The{{ if .Prompt }} Question:{{ .Prompt }}{{ end }} >>> The Answer:{{ .Response }}<|end_of_text|>"""
|
4 |
+
|
5 |
+
PARAMETER stop "<|eot_id|>"
|
6 |
+
PARAMETER stop "<|start_header_id|>"
|
7 |
+
PARAMETER stop "<|end_header_id|>"
|
8 |
+
PARAMETER stop "<|end_of_text|>"
|
9 |
+
PARAMETER stop "<|reserved_special_token_"
|
10 |
+
PARAMETER temperature 1.5
|
11 |
+
PARAMETER min_p 0.1
|