harxsan commited on
Commit
617499b
·
verified ·
1 Parent(s): fdad31a

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +30 -0
Modelfile ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /content/harxsan/finellm/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 }}<|im_end|>"""
10
+
11
+ PARAMETER stop "<|video_pad|>"
12
+ PARAMETER stop "<|endoftext|>"
13
+ PARAMETER stop "<|quad_start|>"
14
+ PARAMETER stop "<|image_pad|>"
15
+ PARAMETER stop "<|file_sep|>"
16
+ PARAMETER stop "</tool_call>"
17
+ PARAMETER stop "<|PAD_TOKEN|>"
18
+ PARAMETER stop "<|box_end|>"
19
+ PARAMETER stop "<tool_call>"
20
+ PARAMETER stop "<|box_start|>"
21
+ PARAMETER stop "<|object_ref_start|>"
22
+ PARAMETER stop "<|im_start|>"
23
+ PARAMETER stop "<|repo_name|>"
24
+ PARAMETER stop "<|quad_end|>"
25
+ PARAMETER stop "<|object_ref_end|>"
26
+ PARAMETER stop "<|im_end|>"
27
+ PARAMETER stop "<|vision_"
28
+ PARAMETER stop "<|fim_"
29
+ PARAMETER temperature 1.5
30
+ PARAMETER min_p 0.1