(Trained with Unsloth)
Browse files
Modelfile
CHANGED
|
@@ -8,12 +8,12 @@ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
|
|
| 8 |
### Response:
|
| 9 |
{{ .Response }}<|endoftext|>"""
|
| 10 |
|
| 11 |
-
PARAMETER stop "<|system|>"
|
| 12 |
-
PARAMETER stop "<unk>"
|
| 13 |
PARAMETER stop "<|end|>"
|
|
|
|
| 14 |
PARAMETER stop "<|assistant|>"
|
| 15 |
PARAMETER stop "</s>"
|
| 16 |
-
PARAMETER stop "<|
|
|
|
|
| 17 |
PARAMETER stop "<|endoftext|>"
|
| 18 |
PARAMETER stop "<|placeholder"
|
| 19 |
PARAMETER temperature 1.5
|
|
|
|
| 8 |
### Response:
|
| 9 |
{{ .Response }}<|endoftext|>"""
|
| 10 |
|
|
|
|
|
|
|
| 11 |
PARAMETER stop "<|end|>"
|
| 12 |
+
PARAMETER stop "<|user|>"
|
| 13 |
PARAMETER stop "<|assistant|>"
|
| 14 |
PARAMETER stop "</s>"
|
| 15 |
+
PARAMETER stop "<|system|>"
|
| 16 |
+
PARAMETER stop "<unk>"
|
| 17 |
PARAMETER stop "<|endoftext|>"
|
| 18 |
PARAMETER stop "<|placeholder"
|
| 19 |
PARAMETER temperature 1.5
|