NVIDIA's Nemotron TwoTower is a MoE experiment
An experimental 30B mixture-of-experts base model blends diffusion and Mamba ideas under a two-tower design.

NVIDIA has quietly published Nemotron TwoTower 30B-A3B Base, an experimental language model that departs from the standard transformer recipe. Released on Hugging Face in BF16, it is a base model — meaning it ships without instruction tuning or alignment, intended as a foundation for further research and fine-tuning.
The architecture is where things get interesting. The model is described as a two-tower design that draws on diffusion and Mamba-style approaches, wrapped in a mixture-of-experts (MoE) layout. With 30 billion total parameters but only about 3 billion active per token, it aims for the efficiency profile that has made sparse MoE models attractive: large capacity at a fraction of the inference cost.
Why it matters
Most frontier open-weight models still lean on dense or MoE transformers. NVIDIA's willingness to publish a hybrid that mixes diffusion and state-space (Mamba) components signals continued exploration of alternatives to attention-heavy designs, particularly for long-context and throughput-sensitive workloads.
- 30B total parameters, roughly 3B active per token
- Mixture-of-experts with a two-tower structure
- Base checkpoint in BF16, no instruction tuning
- Released under a custom NVIDIA license
As an experimental, notable-tier release, this is aimed squarely at researchers rather than production users. The unusual architecture makes it a useful testbed for anyone probing how diffusion and Mamba ideas hold up at scale — but expect rough edges, and check the license terms before building on it.
Sources
- Visit
nvidia/Nemotron-Labs-TwoTower-30B-A3B-Base-BF16
Hugging Face
More in Text / LLM
Meituan Ships a Lighter, Sparser LongCat-Flash
The food-delivery giant's newest open model trims its mixture-of-experts design for more efficient inference under an MIT license.
DeepSeek Refreshes V4-Flash With New 0731 Checkpoint
The MIT-licensed mixture-of-experts model returns in an updated build shipping with FP8 weights for cheaper inference.
DeepSeek Ships V4-Flash, a 304B MoE Tuned for Agents
The latest checkpoint in DeepSeek's V4 line leans into agentic workflows while keeping the permissive MIT license.
0 comments
No comments yet. Be the first to weigh in.