Qwen3.8-A50B: Can We Distill A95B into a 50B MoE with 5–12B Active Parameters?

#32
by 88AtlasClaw - opened

Is anyone interested in creating a Qwen3.8-based MoE model around 50B total parameters, with only ~5–12B active parameters per token?

The idea would be to use Qwen3.8-A95B as the teacher, applying expert pruning, distillation and/or other compression techniques to preserve as much of its reasoning, coding and agentic capability as possible while producing a model that is actually practical to run locally.

Something like:

Qwen3.8-A95B (2.4T total / 95B active)
↓ expert pruning + distillation
~50B total / ~5–12B active

A model in this range would be extremely interesting for local users with 32–64 GB RAM and modest GPUs (e.g. 6–12 GB VRAM). It could potentially offer a much better quality/compute ratio than a conventional dense 50B model.

I know this would not be a trivial conversion or simple quantization — the goal would be to create a genuinely smaller MoE while retaining as much of the A95B capability as possible.

Would anyone be interested in experimenting with this? I think a Qwen3.8-A50B-ish model with ~5–12B active parameters could be a very interesting community project.

I would like that, but if then also A18B with 4B active because i have 16G VRAM

hey... theres a better way to make it smaller...

Try REAP - removing unused / insignificant experts.

Also, if you want to do this, consider that distilling 2.4T paramaters requires a load of GPUs...

Sign up or log in to comment