CoolFace
Modelpublic

LLM-Drop/BAGEL-MoE-7B-GEN-16to8

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
5likes7downloads
Model Card

BAGEL-MoE-7B-GEN

This repository contains compressed variants of BAGEL-7B-MoT based on our paper:

Understanding and Harnessing Sparsity in Unified Multimodal Models [[arXiv]](https://arxiv.org/abs/2512.02351) · [[GitHub]](https://github.com/Shwai-He/SparseUnifiedModel)

We study sparsity in unified multimodal models that jointly handle image understanding and generation. Key findings:

  • Understanding components tolerate substantial compression with minimal quality loss.
  • Generation components are highly sensitive to pruning.
  • We propose MoE Adaptation: partition the generation module into multiple experts and activate them sparsely, recovering performance while reducing active parameters.

The compressed models reduce the active parameters in the generation module by half while maintaining comparable or even improved GenEval scores.

[image]

ModelActive ExpertsRepo
BAGEL-MoE-7B-GEN-32to1616 / 32LLM-Drop/BAGEL-MoE-7B-GEN-32to16
BAGEL-MoE-7B-GEN-16to88 / 16LLM-Drop/BAGEL-MoE-7B-GEN-16to8

GenEval Results

ModelSOTOCTCLPOSATTRALL
BAGEL-7B-MoT (original)0.990.940.810.950.720.770.86
BAGEL-MoE-7B-GEN-32to160.990.940.870.930.790.780.89
BAGEL-MoE-7B-GEN-16to81.000.920.821.000.770.830.89

Installation

bash
conda create -n efficient_ug python=3.10
conda activate efficient_ug
pip install -r requirements.txt

Evaluation

bash
# GenEval evaluation
bash scripts/eval/bagel/run_geneval_wr.sh

Citation

bibtex
@article{he2025sparsity,
  title   = {Understanding and Harnessing Sparsity in Unified Multimodal Models},
  author  = {He, Shwai and others},
  journal = {arXiv preprint arXiv:2512.02351},
  year    = {2025}
}