CoolFace
Modelpublic

finetuningrag/mins-0.3-R1-Zero-3B-GGUF

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes54downloads
Modelfile37 linesDownload Raw Back to root
1FROM /content/finetuningrag/mins-0.1-R1-Zero-3B-GGUF/unsloth.F16.gguf2 3TEMPLATE """<s> [INST] You are MINS-1 a super reasoner AI assistant, Respond in the following format:4<reasoning>5...6</reasoning>7<answer>8...9</answer> [/INST] </s>10 11{{ if .Prompt }}### Instruction:12{{ .Prompt }}13 14{{ end }}### Response:15{{ .Response }}16 17<|endoftext|>"""18 19PARAMETER stop "<|object_ref_end|>"20PARAMETER stop "<|image_pad|>"21PARAMETER stop "<|quad_start|>"22PARAMETER stop "<|im_end|>"23PARAMETER stop "<|object_ref_start|>"24PARAMETER stop "<|box_start|>"25PARAMETER stop "<|video_pad|>"26PARAMETER stop "<|box_end|>"27PARAMETER stop "<tool_call>"28PARAMETER stop "<|quad_end|>"29PARAMETER stop "<|file_sep|>"30PARAMETER stop "<|im_start|>"31PARAMETER stop "<|repo_name|>"32PARAMETER stop "</tool_call>"33PARAMETER stop "<|endoftext|>"34PARAMETER stop "<|vision_"35PARAMETER stop "<|fim_"36PARAMETER temperature 1.037PARAMETER min_p 0.1