(Trained with Unsloth)
Browse files
Modelfile
CHANGED
|
@@ -1,12 +1,19 @@
|
|
| 1 |
-
FROM /content/HarshM12/model/unsloth.
|
| 2 |
|
| 3 |
-
TEMPLATE """{{ if .System }}
|
| 4 |
-
USER: {{ .Prompt }}{{ end }}
|
| 5 |
-
ASSISTANT: {{ .Response }}<|end_of_text|>"""
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
PARAMETER stop "<|end_header_id|>"
|
|
|
|
|
|
|
|
|
|
| 10 |
PARAMETER stop "<|end_of_text|>"
|
| 11 |
PARAMETER stop "<|reserved_special_token_"
|
| 12 |
PARAMETER temperature 1.5
|
|
|
|
| 1 |
+
FROM /content/HarshM12/model/unsloth.Q8_0.gguf
|
| 2 |
|
| 3 |
+
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
|
|
|
|
|
|
|
| 4 |
|
| 5 |
+
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|
| 6 |
+
|
| 7 |
+
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
| 8 |
+
|
| 9 |
+
{{ .Response }}<|eot_id|><|end_of_text|>"""
|
| 10 |
+
|
| 11 |
+
PARAMETER stop "<|finetune_right_pad_id|>"
|
| 12 |
+
PARAMETER stop "<|eom_id|>"
|
| 13 |
PARAMETER stop "<|end_header_id|>"
|
| 14 |
+
PARAMETER stop "<|start_header_id|>"
|
| 15 |
+
PARAMETER stop "<|python_tag|>"
|
| 16 |
+
PARAMETER stop "<|eot_id|>"
|
| 17 |
PARAMETER stop "<|end_of_text|>"
|
| 18 |
PARAMETER stop "<|reserved_special_token_"
|
| 19 |
PARAMETER temperature 1.5
|