(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ./xxxxxccc/1CPT_mediaDescr_2epoch_Mistral-Nemo-Base-2407_model/unsloth.BF16.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 }}</s>"""
|
10 |
+
|
11 |
+
PARAMETER stop "[SUFFIX]"
|
12 |
+
PARAMETER stop "<unk>"
|
13 |
+
PARAMETER stop "[AVAILABLE_TOOLS]"
|
14 |
+
PARAMETER stop "<pad>"
|
15 |
+
PARAMETER stop "[MIDDLE]"
|
16 |
+
PARAMETER stop "[TOOL_CALLS]"
|
17 |
+
PARAMETER stop "[/INST]"
|
18 |
+
PARAMETER stop "[PREFIX]"
|
19 |
+
PARAMETER stop "[/AVAILABLE_TOOLS]"
|
20 |
+
PARAMETER stop "[INST]"
|
21 |
+
PARAMETER stop "[TOOL_RESULTS]"
|
22 |
+
PARAMETER stop "[/TOOL_RESULTS]"
|
23 |
+
PARAMETER stop "</s>"
|
24 |
+
PARAMETER stop "<SPECIAL_"
|