maternion/ mimo-v2.6:9b-thinking

557 2 days ago

MiMo-V2.6-Distill-9B (Qwen3.5-9B SFT): coding, agent tasks, visual coding, cybersecurity. Thinking + instruct quants, multimodal.

vision 9b
ollama run maternion/mimo-v2.6:9b-thinking

Details

2 days ago

f40ad02aafbf · 6.5GB

qwen35
·
8.95B
·
Q4_K_M
clip
·
456M
·
F16
{{ .Prompt }}
{ "repeat_penalty": 1, "temperature": 1, "top_k": 0, "top_p": 0.95 }

Readme

MiMo-V2.6-Distill-Qwen-9B

image.png

MiMo-V2.6-Distill-Qwen-9B is a 9B agentic model developed by Xiaomi MiMo through supervised fine-tuning of Qwen3.5-9B on MiMo-generated data. It covers coding, general-purpose agent tasks, visual coding, and cybersecurity. We release this SFT checkpoint as a starting point for open research in agentic reinforcement learning.

Evaluation

Results for the released SFT checkpoint, as reported in the MiMo-V2.6 technical report.

Domain Benchmark Metric Qwen3.5-9B MiMo-V2.6-Distill-Qwen-9B (SFT)
Code SWE Verified avg@3 60.0 61.1
Code SWE Pro avg@3 32.0 44.6
Code MiMo Code (mini)† avg@3 19.5 51.6
Cyber MiMo Cyber (mini)† avg@3 5.7 31.3
General AutomationBench v1.0.6 avg@1 5.0 30.3
General Terminal Bench 2.1 avg@1 27.0 37.1
General Toolathlon-Verified avg@1 25.9 35.2
General OfficeQA avg@1 9.0 19.5
General JobBench avg@1 2.6 18.3
General MiMo General (mini)† avg@1 28.5 62.2
Visual MiMo Visual Coding (mini)† avg@1 61.7 64.0

† Internal evaluation sets.

Training Data

The weighted SFT data mixture contains 77.4B total tokens, including 27.2B loss-bearing tokens.

Domain Total tokens (B) Token share (%) Loss-bearing tokens (B)
Code 23.2 29.9 7.3
Cyber 11.0 14.2 4.8
General 22.0 28.5 5.7
Visual 21.2 27.4 9.4
Total 77.4 100.0 27.2

Deployment

Run with Ollama:

#Thinking
ollama run maternion/mimo-v2.6:9b
#Instruct
ollama run maternion/mimo-v2.6:9b-instruct --think=false
Tag Precision Params Size
9b 4-bit (Q4_K_M alias) thinking defaults 5.6 GB
9b-thinking 4-bit (Q4_K_M) temp 1.0, top_k 0 5.6 GB
9b-instruct 4-bit (Q4_K_M) temp 0.6, top_k 20, presence 1.5 5.6 GB
9b-thinking-q6_K 6-bit (Q6_K) temp 1.0, top_k 0 7.4 GB
9b-instruct-q6_K 6-bit (Q6_K) temp 0.6, top_k 20, presence 1.5 7.4 GB
9b-thinking-q8_0 8-bit (Q8_0) temp 1.0, top_k 0 9.5 GB
9b-instruct-q8_0 8-bit (Q8_0) temp 0.6, top_k 20, presence 1.5 9.5 GB

Thinking mode is the default (:9b / :9b-thinking); pass -instruct tags for non-thinking responses. The GGUFs carry a community-fixed chat template (JSON tool-call arguments + prefilled reasoning boundary) so tool calls and reasoning parsing work correctly in llama.cpp-based runtimes.

License

MIT license. See the upstream repository for details.

Citation

@misc{mimo2026v26,
  title={MiMo-V2.6: Scaling Reinforcement Learning Towards Self-Improvement},
  author={{Xiaomi MiMo Team}},
  year={2026},
  howpublished={\url{https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Pro-RL}},
}