Sweaterdog commited on
Commit
d1e9ce8
1 Parent(s): c782ab1

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +14 -14
Modelfile CHANGED
@@ -1,28 +1,28 @@
1
- FROM YOUR MODEL GGUF DIRECTORY HERE
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 2
28
- PARAMETER min_p 0.3
 
 
1
+ FROM /content/Sweaterdog/MindCraft-LLM-tuning/unsloth.F16.gguf
2
 
3
+ TEMPLATE """Below is an input from the system or yourself, no matter what, DO NOT use the same command with the same syntax 3 messages in a row.
4
  Prompt or Next action:{{ if .Prompt }}
5
  {{ .Prompt }}{{ end }}
6
  What do you do:
7
  {{ .Response }}<|endoftext|>"""
8
 
9
+ PARAMETER stop "<|object_ref_end|>"
10
+ PARAMETER stop "<|video_pad|>"
11
+ PARAMETER stop "<|im_end|>"
12
  PARAMETER stop "<|file_sep|>"
13
+ PARAMETER stop "<|quad_end|>"
14
+ PARAMETER stop "<|repo_name|>"
15
+ PARAMETER stop "<|object_ref_start|>"
16
  PARAMETER stop "<|box_start|>"
17
+ PARAMETER stop "</tool_call>"
18
  PARAMETER stop "<|box_end|>"
19
+ PARAMETER stop "<|im_start|>"
20
  PARAMETER stop "<tool_call>"
21
+ PARAMETER stop "<|PAD_TOKEN|>"
22
  PARAMETER stop "<|image_pad|>"
 
23
  PARAMETER stop "<|quad_start|>"
 
 
 
 
 
 
24
  PARAMETER stop "<|endoftext|>"
 
25
  PARAMETER stop "<|vision_"
26
+ PARAMETER stop "<|fim_"
27
+ PARAMETER temperature 1.5
28
+ PARAMETER min_p 0.1