Datasets:

ArXiv:
License:
nielsr HF Staff commited on
Commit
9b48541
·
verified ·
1 Parent(s): 6cc534b

Add dataset card and metadata

Browse files

This PR adds a dataset card for the Scale RAE data, including:
- Metadata for task categories (`text-to-image`) and license (MIT).
- Links to the paper, project page, and official GitHub repository.
- A brief description of the dataset's role in scaling representation autoencoders for text-to-image generation.
- The BibTeX citation for the paper.

Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-to-image
5
+ ---
6
+
7
+ # Scale RAE Data
8
+
9
+ [Project Page](https://rae-dit.github.io/scale-rae/) | [Paper](https://huggingface.co/papers/2601.16208) | [Code](https://github.com/ZitengWangNYU/Scale-RAE)
10
+
11
+ This repository contains data associated with the paper "Scaling Text-to-Image Diffusion Transformers with Representation Autoencoders".
12
+
13
+ The dataset is used for training and evaluating Scale-RAE, a framework that investigates scaling Representation Autoencoders (RAEs) for large-scale, freeform text-to-image (T2I) generation. It includes data used for scaling RAE decoders beyond ImageNet, featuring web, synthetic, and text-rendering data, as well as high-quality instruction datasets for fine-tuning.
14
+
15
+ ## Citation
16
+
17
+ If you find this work useful, please cite:
18
+
19
+ ```bibtex
20
+ @article{scale-rae-2026,
21
+ title={Scaling Text-to-Image Diffusion Transformers with Representation Autoencoders},
22
+ author={Shengbang Tong and Boyang Zheng and Ziteng Wang and Bingda Tang and Nanye Ma and Ellis Brown and Jihan Yang and Rob Fergus and Yann LeCun and Saining Xie},
23
+ journal={arXiv preprint arXiv:2601.16208},
24
+ year={2026}
25
+ }
26
+ ```