Views
No views yet
| Model | Active Experts | Repo |
|---|---|---|
| BAGEL-MoE-7B-GEN-32to16 | 16 / 32 | LLM-Drop/BAGEL-MoE-7B-GEN-32to16 |
| BAGEL-MoE-7B-GEN-16to8 | 8 / 16 | LLM-Drop/BAGEL-MoE-7B-GEN-16to8 |
| Model | SO | TO | CT | CL | POS | ATTR | ALL |
|---|---|---|---|---|---|---|---|
| BAGEL-7B-MoT (original) | 0.99 | 0.94 | 0.81 | 0.95 | 0.72 | 0.77 | 0.86 |
| BAGEL-MoE-7B-GEN-32to16 | 0.99 | 0.94 | 0.87 | 0.93 | 0.79 | 0.78 | 0.89 |
| BAGEL-MoE-7B-GEN-16to8 | 1.00 | 0.92 | 0.82 | 1.00 | 0.77 | 0.83 | 0.89 |
1conda create -n efficient_ug python=3.10
2conda activate efficient_ug
3pip install -r requirements.txt1# GenEval evaluation
2bash scripts/eval/bagel/run_geneval_wr.sh1@article{he2025sparsity,
2 title = {Understanding and Harnessing Sparsity in Unified Multimodal Models},
3 author = {He, Shwai and others},
4 journal = {arXiv preprint arXiv:2512.02351},
5 year = {2025}
6}