(Trained with Unsloth)
Browse files
Modelfile
CHANGED
@@ -8,15 +8,11 @@ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
|
|
8 |
### Response:
|
9 |
{{ .Response }}<eos>"""
|
10 |
|
11 |
-
PARAMETER stop "[@BOS@]"
|
12 |
PARAMETER stop "[toxicity=0]"
|
|
|
13 |
PARAMETER stop "<eos>"
|
14 |
-
PARAMETER stop " "
|
15 |
-
PARAMETER stop " "
|
16 |
PARAMETER stop "<unused"
|
17 |
-
PARAMETER stop "
|
18 |
-
PARAMETER stop " "
|
19 |
-
PARAMETER stop " "
|
20 |
PARAMETER stop " "
|
21 |
PARAMETER temperature 1.5
|
22 |
PARAMETER min_p 0.1
|
|
|
8 |
### Response:
|
9 |
{{ .Response }}<eos>"""
|
10 |
|
|
|
11 |
PARAMETER stop "[toxicity=0]"
|
12 |
+
PARAMETER stop "[@BOS@]"
|
13 |
PARAMETER stop "<eos>"
|
|
|
|
|
14 |
PARAMETER stop "<unused"
|
15 |
+
PARAMETER stop " "
|
|
|
|
|
16 |
PARAMETER stop " "
|
17 |
PARAMETER temperature 1.5
|
18 |
PARAMETER min_p 0.1
|