Prajith04 commited on
Commit
ead5ceb
·
verified ·
1 Parent(s): 8bfbda0

(Trained with Unsloth)

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