(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ./xxxxxccc/news_tech_Qwen2_7b_4bit_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 }}<|endoftext|>"""
|
10 |
+
|
11 |
+
PARAMETER stop "<|PAD_TOKEN|>"
|
12 |
+
PARAMETER stop "<|im_end|>"
|
13 |
+
PARAMETER stop "<|im_start|>"
|
14 |
+
PARAMETER stop "<|endoftext|>"
|