MMaDA Series
Collection
4 items • Updated • 8
How to use Gen-Verse/MMaDA-8B-Base with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Gen-Verse/MMaDA-8B-Base", trust_remote_code=True, dtype="auto")We introduce MMaDA, a novel class of multimodal diffusion foundation models designed to achieve superior performance across diverse domains such as textual reasoning, multimodal understanding, and text-to-image generation. MMaDA is distinguished by three key innovations:
@article{yang2025mmada,
title={MMaDA: Multimodal Large Diffusion Language Models},
author={Yang, Ling and Tian, Ye and Li, Bowen and Zhang, Xinchen and Shen, Ke and Tong, Yunhai and Wang, Mengdi},
journal={arXiv preprint arXiv:2505.15809},
year={2025}
}