15.6% of experts removed with only -1pp quality loss, achieved through GOBA-AI-Labs' Zerobias router optimization technique.
Standard MoE pruning at this compression level causes a sharp quality cliff (-10pp). GOBA-AI-Labs' Zerobias technique recovers most of the lost quality, turning a -10pp cliff into only -1pp.
This is an
experimental release demonstrating the technique. For production use, we recommend the
28x model which achieves lossless compression.
Also supported by
moe-stream, which offers GPU-resident inference and OpenAI-compatible HTTP API:
1# CLI inference
2moe-stream PrunedHub-GPT-OSS-20B-27x-Zerobias-Q4_K_M.gguf 512 \
3 --prompt "Explain quantum computing" --stream
4
5# OpenAI-compatible HTTP server
6moe-stream-server --model PrunedHub-GPT-OSS-20B-27x-Zerobias-Q4_K_M.gguf --port 11434
1@misc{goba-ai-labs-prunedhub-gptoss-27x-zerobias,
2 title={PrunedHub GPT-OSS-20B-27x-Zerobias: Near-Lossless MoE Pruning with Router Optimization},
3 author={GOBA-AI-Labs},
4 year={2026},
5 url={https://huggingface.co/GOBA-AI-Labs/PrunedHub-GPT-OSS-20B-27x-Zerobias}
6}