Views
No views yet
| Domain | Greedy | Prod. sampling (temp 1.0, top_p 0.95) |
|---|---|---|
| HumanEval (code) | 3.51 | 3.25 |
| Math reasoning | 3.43 | 3.40 |
| Tool-call (agentic) | 2.85 | 2.69 |
| QA | 2.28 | 2.13 |
| Writing | 2.05 | 2.00 |
| Mean | 2.82 | 2.69 |
1vllm serve olka-fi/MiniMax-M3-MXFP4 \
2 --trust-remote-code --block-size 128 \
3 --speculative-config '{"model": "olka-fi/MiniMax-M3-MXFP4-DSpark", "num_speculative_tokens": 4}'vllm_patch/ (SwiGLU-OAI clamp
fix; force the Marlin MXFP4 MoE path with VLLM_MXFP4_USE_MARLIN=1). The draft was trained with
block_size=8; serving with num_speculative_tokens=4 targets the high-acceptance early
positions (per-position accuracy decays across the block).{"ce": 0.1, "tv": 0.9} + confidence-head BCE.