(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM /content/pythonpython/model/unsloth.BF16.gguf
|
2 |
+
|
3 |
+
TEMPLATE """You are an expert system.{{ if .Prompt }}
|
4 |
+
USER: {{ .Prompt }}{{ end }}
|
5 |
+
ASSISTANT: {{ .Response }}<|end_of_text|>"""
|
6 |
+
|
7 |
+
PARAMETER stop "<|start_header_id|>"
|
8 |
+
PARAMETER stop "<|eot_id|>"
|
9 |
+
PARAMETER stop "<|end_header_id|>"
|
10 |
+
PARAMETER stop "<|end_of_text|>"
|
11 |
+
PARAMETER stop "<|reserved_special_token_"
|
12 |
+
PARAMETER temperature 1.5
|
13 |
+
PARAMETER min_p 0.1
|