Sweaterdog commited on
Commit
771ee81
1 Parent(s): 7ce9de6

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +28 -0
Modelfile ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /content/Sweaterdog/MindCraft-LLM-tuning/unsloth.Q8_0.gguf
2
+
3
+ TEMPLATE """Below is an input from the system or yourself, no matter what, will play minecraft, and reward yourself every time you successfully finish an action
4
+ Prompt or Next action:{{ if .Prompt }}
5
+ {{ .Prompt }}{{ end }}
6
+ What do you do:
7
+ {{ .Response }}<|endoftext|>"""
8
+
9
+ PARAMETER stop "<|im_start|>"
10
+ PARAMETER stop "<|file_sep|>"
11
+ PARAMETER stop "<|box_start|>"
12
+ PARAMETER stop "<|im_end|>"
13
+ PARAMETER stop "<|box_end|>"
14
+ PARAMETER stop "<tool_call>"
15
+ PARAMETER stop "<|image_pad|>"
16
+ PARAMETER stop "</tool_call>"
17
+ PARAMETER stop "<|quad_start|>"
18
+ PARAMETER stop "<|object_ref_end|>"
19
+ PARAMETER stop "<|PAD_TOKEN|>"
20
+ PARAMETER stop "<|video_pad|>"
21
+ PARAMETER stop "<|object_ref_start|>"
22
+ PARAMETER stop "<|repo_name|>"
23
+ PARAMETER stop "<|quad_end|>"
24
+ PARAMETER stop "<|endoftext|>"
25
+ PARAMETER stop "<|fim_"
26
+ PARAMETER stop "<|vision_"
27
+ PARAMETER temperature 1.5
28
+ PARAMETER min_p 0.1