qyoo commited on
Commit
23aae86
·
verified ·
1 Parent(s): 7ebd77a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: pytorch
4
+ tags:
5
+ - image-generation
6
+ - autoregressive
7
+ - rear
8
+ ---
9
+
10
+ # reAR checkpoints (S / B / L)
11
+
12
+ This repository provides model checkpoints for **reAR** introduced in the paper:
13
+ **“REAR: Rethinking Visual Autoregressive Models via Generator-Tokenizer Consistency Regularization.”** (arXiv:2510.04450)
14
+ Reference: arXiv abstract/HTML page.
15
+
16
+ ## Files
17
+
18
+ This repo contains the following weight files:
19
+
20
+ - `reAR-S.safetensors`
21
+ - `reAR-B.safetensors`
22
+ - `reAR-L.safetensors`
23
+
24
+ ## Code & instructions
25
+
26
+ All training / inference code and detailed instructions are maintained on **GitHub**:
27
+ - GitHub: https://github.com/QY-H00/reAR
28
+
29
+ This Hugging Face repo is mainly for hosting the released checkpoints.
30
+
31
+ ## Citation
32
+
33
+ If you use these checkpoints, please cite:
34
+
35
+ ```bibtex
36
+ @article{he2025rear,
37
+ title = {REAR: Rethinking Visual Autoregressive Models via Generator-Tokenizer Consistency Regularization},
38
+ author = {He, Qiyuan and Li, Yicong and Ye, Haotian and Wang, Jinghao and Liao, Xinyao and Heng, Pheng-Ann and Ermon, Stefano and Zou, James and Yao, Angela},
39
+ journal = {arXiv preprint arXiv:2510.04450},
40
+ year = {2025}
41
+ }