Next-Token Prediction is All You Need
We introduce Emu3, a new suite of state-of-the-art multimodal models trained solely with next-token prediction! By tokenizing images, text, and videos into a discrete space, we train a single transformer from scratch on a mixture of multimodal sequences.
Emu3 outperforms several well-established task-specific models in both generation and perception tasks, surpassing flagship open models such as SDXL, LLaVA-1.6 and OpenSora-1.2, while eliminating the need for diffusion or compositional architectures.
Clone this repository and install required packages:
git clone https://github.com/baaivision/Emu3
cd Emu3
pip install -r requirements.txt
| Model name | HF Weight | Modelscope | Wisemodel |
|---|---|---|---|
| Emu3-Stage1 | HF link | Modelscope link | |
| Emu3-Chat | HF link | Modelscope link | Wisemodel link |
| Emu3-Gen | HF link | Modelscope link | Wisemodel link |
| Emu3-VisionTokenizer | HF link | Modelscope link | Wisemodel link |
…
…
…
We thank the great work from Emu Series, QWen2-VL and MoVQGAN
This work is supported by the National Science and Technology Major Project (No. 2022ZD0116314).
本项目受新一代人工智能国家科技重大专项(No. 2022ZD0116314)支持。
If you find Emu3 useful for your research and applications, please consider starring this repository and citing:
@article{wang2024emu3,
title={Emu3: Next-Token Prediction is All You Need},
author={Wang, Xinlong and Zhang, Xiaosong and Luo, Zhengxiong and Sun, Quan and Cui, Yufeng and Wang, Jinsheng and Zhang, Fan and Wang, Yueze and Li, Zhen and Yu, Qiying and others},
journal={arXiv preprint arXiv:2409.18869},
year={2024}
}
No open issues yet, or sync has not completed.