CoolFace
Modelpublic

huangrh9/AlphaGRPO-rt2i

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes11downloads
Model Card

AlphaGRPO-RT2I

๐Ÿค— Models | ๐Ÿ“„ Paper | ๐ŸŒ Project Page | ๐Ÿ’ป GitHub | ๐Ÿงฉ Base Model

Model Summary

AlphaGRPO-RT2I is a PEFT LoRA adapter for BAGEL-7B-MoT, trained with AlphaGRPO for reasoning text-to-image generation.

This repository contains adapter weights only. Please load it together with the BAGEL base model. The adapter uses LoRA rank 32 and alpha 64.

Usage

Set the adapter path when running AlphaGRPO/BAGEL inference or evaluation:

shell
export BAGEL_LORA_PATH=/path/to/AlphaGRPO-rt2i

For installation, evaluation scripts, and full usage examples, please see the GitHub repository.

Citation

bibtex
@inproceedings{huang2026alphagrpo,
  title={AlphaGRPO: Unlocking Self-Reflective Multimodal Generation in Unified Multimodal Models via Decompositional Verifiable Reward},
  author={Huang, Runhui and Wu, Jie and Yang, Rui and Liu, Zhe and Zhao, Hengshuang},
  booktitle={International Conference on Machine Learning (ICML)},
  year={2026}
}