chentianren commited on
Commit
a9c9faf
·
verified ·
1 Parent(s): 9bfed41

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +30 -0
Modelfile ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./chentianren/model/unsloth.Q8_0.gguf
2
+
3
+ TEMPLATE """你是一个SQL生成器.{{ if .Prompt }}
4
+
5
+ ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}<|im_end|>"""
10
+
11
+ PARAMETER stop "<|image_pad|>"
12
+ PARAMETER stop "<|object_ref_end|>"
13
+ PARAMETER stop "<|video_pad|>"
14
+ PARAMETER stop "<|repo_name|>"
15
+ PARAMETER stop "<tool_call>"
16
+ PARAMETER stop "<|endoftext|>"
17
+ PARAMETER stop "<|file_sep|>"
18
+ PARAMETER stop "<|im_start|>"
19
+ PARAMETER stop "</tool_call>"
20
+ PARAMETER stop "<|object_ref_start|>"
21
+ PARAMETER stop "<|PAD_TOKEN|>"
22
+ PARAMETER stop "<|quad_start|>"
23
+ PARAMETER stop "<|box_start|>"
24
+ PARAMETER stop "<|quad_end|>"
25
+ PARAMETER stop "<|box_end|>"
26
+ PARAMETER stop "<|im_end|>"
27
+ PARAMETER stop "<|fim_"
28
+ PARAMETER stop "<|vision_"
29
+ PARAMETER temperature 1.5
30
+ PARAMETER min_p 0.1