Views
No views yet
google/gemma-4-26B-A4B-it,
produced with the REAP (Router-weighted Expert Activation Pruning)
pipeline as a ~4B dense conversion of the original 26B MoE.top_k_experts. So, every token is routed through all retained experts every time. The sparse routing degenerates into a dense FFN.| Original | Pruned (this) | |
|---|---|---|
| Parameters (text MoE) | 25.2B | 4.39B |
| Experts per layer | 128 | 8 |
| Active per token | 8 | 8 |
| Weight size (bf16) | ~50 GB | 8.2 GB |
| Compression | — | 93.75% expert reduction |
google/gemma-4-26B-A4B-it