(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ./MaiDuong/model3/unsloth.F16.gguf
|
2 |
+
|
3 |
+
TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
|
4 |
+
|
5 |
+
### Instruction:
|
6 |
+
{{ .Prompt }}{{ end }}
|
7 |
+
|
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 stop " "
|