File size: 914 Bytes
d1e9ce8 771ee81 d1e9ce8 771ee81 d1e9ce8 771ee81 d1e9ce8 771ee81 d1e9ce8 771ee81 d1e9ce8 771ee81 d1e9ce8 771ee81 d1e9ce8 |
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 /content/Sweaterdog/MindCraft-LLM-tuning/unsloth.F16.gguf
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.
Prompt or Next action:{{ if .Prompt }}
{{ .Prompt }}{{ end }}
What do you do:
{{ .Response }}<|endoftext|>"""
PARAMETER stop "<|object_ref_end|>"
PARAMETER stop "<|video_pad|>"
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|file_sep|>"
PARAMETER stop "<|quad_end|>"
PARAMETER stop "<|repo_name|>"
PARAMETER stop "<|object_ref_start|>"
PARAMETER stop "<|box_start|>"
PARAMETER stop "</tool_call>"
PARAMETER stop "<|box_end|>"
PARAMETER stop "<|im_start|>"
PARAMETER stop "<tool_call>"
PARAMETER stop "<|PAD_TOKEN|>"
PARAMETER stop "<|image_pad|>"
PARAMETER stop "<|quad_start|>"
PARAMETER stop "<|endoftext|>"
PARAMETER stop "<|vision_"
PARAMETER stop "<|fim_"
PARAMETER temperature 1.5
PARAMETER min_p 0.1 |