(Trained with Unsloth)
Browse files
Modelfile
CHANGED
|
@@ -8,12 +8,12 @@ TEMPLATE """Below are some instructions that describe some tasks. give responses
|
|
| 8 |
### Response:
|
| 9 |
{{ .Response }}<|end_of_text|>"""
|
| 10 |
|
| 11 |
-
PARAMETER stop "<|finetune_right_pad_id|>"
|
| 12 |
-
PARAMETER stop "<|python_tag|>"
|
| 13 |
-
PARAMETER stop "<|end_header_id|>"
|
| 14 |
PARAMETER stop "<|eom_id|>"
|
| 15 |
-
PARAMETER stop "<|
|
|
|
|
| 16 |
PARAMETER stop "<|start_header_id|>"
|
|
|
|
|
|
|
| 17 |
PARAMETER stop "<|end_of_text|>"
|
| 18 |
PARAMETER stop "<|reserved_special_token_"
|
| 19 |
PARAMETER temperature 1.5
|
|
|
|
| 8 |
### Response:
|
| 9 |
{{ .Response }}<|end_of_text|>"""
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
PARAMETER stop "<|eom_id|>"
|
| 12 |
+
PARAMETER stop "<|python_tag|>"
|
| 13 |
+
PARAMETER stop "<|finetune_right_pad_id|>"
|
| 14 |
PARAMETER stop "<|start_header_id|>"
|
| 15 |
+
PARAMETER stop "<|eot_id|>"
|
| 16 |
+
PARAMETER stop "<|end_header_id|>"
|
| 17 |
PARAMETER stop "<|end_of_text|>"
|
| 18 |
PARAMETER stop "<|reserved_special_token_"
|
| 19 |
PARAMETER temperature 1.5
|