xxxxxccc commited on
Commit
9c7c3a6
1 Parent(s): 1d69bd1

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +14 -0
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|>"