Views
No views yet
oMLX.VibeThinker-3B is a 3-billion parameter dense reasoning specialist developed by Sina Weibo Inc. Built on top of Qwen2.5-Coder-3B using the Spectrum-to-Signal post-training principle (Curriculum SFT + Multi-Domain RL + Offline Self-Distillation), it delivers frontier-tier performance in strict math, coding, and verifiable logical reasoning tasks while maintaining a remarkably small foot-print.nvfp4 quantization achieves profound speedups and massive memory reductions over the unquantized BF16 model, with virtually no degradation in core reasoning accuracy.tg TPS jumps from ~80 tok/s to 246.0 tok/s at single-request context).VibeThinker-3B-MLX-nvfp4 checkpoint:| Benchmark | Accuracy |
|---|---|
| MMLU | 71.5% |
| HUMANEVAL | 92.0% |
| MBPP | 82.0% |
| GSM8K | 95.0% |
| MATHQA | 91.0% |
⚠️ Note on Scope: VibeThinker-3B is an extreme reasoning core tailored specifically for domains with clear verification signals (Math, Competitive Programming, STEM). It is not optimized for open-domain factual knowledge, general chat conversation, or agentic tool calling.
nvfp4 metadata wrapper layout natively (such as oMLX or updated versions of mlx-lm).oMLX CLI1# Clone and build omlx environment if you haven't already
2# Run the model natively using the Auto engine:
3omlx bench --model your-hf-username/VibeThinker-3B-MLX-nvfp4 --prompt "Your math/code problem here"