(Trained with Unsloth)
Browse files
Modelfile
CHANGED
@@ -6,12 +6,12 @@ TEMPLATE """Below are some instructions that describe some tasks. Write response
|
|
6 |
{{ .Prompt }}{{ end }}
|
7 |
|
8 |
### Response:
|
9 |
-
{{ .Response }}<|
|
10 |
|
11 |
-
PARAMETER stop "<|start_header_id|>"
|
12 |
PARAMETER stop "<|end_header_id|>"
|
13 |
-
PARAMETER stop "<|eot_id|>"
|
14 |
PARAMETER stop "<|end_of_text|>"
|
|
|
|
|
15 |
PARAMETER stop "<|reserved_special_token_"
|
16 |
PARAMETER temperature 1.5
|
17 |
PARAMETER min_p 0.1
|
|
|
6 |
{{ .Prompt }}{{ end }}
|
7 |
|
8 |
### Response:
|
9 |
+
{{ .Response }}<|eot_id|>"""
|
10 |
|
|
|
11 |
PARAMETER stop "<|end_header_id|>"
|
|
|
12 |
PARAMETER stop "<|end_of_text|>"
|
13 |
+
PARAMETER stop "<|start_header_id|>"
|
14 |
+
PARAMETER stop "<|eot_id|>"
|
15 |
PARAMETER stop "<|reserved_special_token_"
|
16 |
PARAMETER temperature 1.5
|
17 |
PARAMETER min_p 0.1
|