File size: 901 Bytes
e3dfab5 771ee81 6e8d337 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
FROM YOUR MODEL GGUF DIRECTORY HERE
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
Prompt or Next action:{{ if .Prompt }}
{{ .Prompt }}{{ end }}
What do you do:
{{ .Response }}<|endoftext|>"""
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|file_sep|>"
PARAMETER stop "<|box_start|>"
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|box_end|>"
PARAMETER stop "<tool_call>"
PARAMETER stop "<|image_pad|>"
PARAMETER stop "</tool_call>"
PARAMETER stop "<|quad_start|>"
PARAMETER stop "<|object_ref_end|>"
PARAMETER stop "<|PAD_TOKEN|>"
PARAMETER stop "<|video_pad|>"
PARAMETER stop "<|object_ref_start|>"
PARAMETER stop "<|repo_name|>"
PARAMETER stop "<|quad_end|>"
PARAMETER stop "<|endoftext|>"
PARAMETER stop "<|fim_"
PARAMETER stop "<|vision_"
PARAMETER temperature 2
PARAMETER min_p 0.3 |