GEAR
tokenizer
VQGAN
image-generation
autoregressive
BinLin203 commited on
Commit
b83d023
Β·
verified Β·
1 Parent(s): 6e381ba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -14,7 +14,7 @@ datasets:
14
 
15
  <p align="center"><img src="https://s41.ax1x.com/2026/06/25/pmtXRN4.png" width="100%" alt="GEAR"/></p>
16
 
17
- <p align="center"><a href="https://linb203.github.io/gear/">🏠 Homepage</a> &nbsp;|&nbsp; <a href="https://github.com/Tencent-Hunyuan/GEAR">πŸ’» GitHub</a> &nbsp;|&nbsp; <a href="https://huggingface.co/collections/BinLin203">πŸ€— Models</a> &nbsp;|&nbsp; πŸ“„ Paper (coming soon)</p>
18
 
19
 
20
  ## This repository
@@ -46,7 +46,7 @@ standard LlamaGen backbone; train your own on a frozen GEAR tokenizer with the
46
  - 🏠 Project page: **https://linb203.github.io/gear/**
47
  - πŸ’» Code & full docs: **https://github.com/Tencent-Hunyuan/GEAR**
48
  - πŸ€— All tokenizers: **https://huggingface.co/collections/BinLin203**
49
- - πŸ“„ Paper: *coming soon*
50
 
51
  ## Released tokenizers
52
 
@@ -110,10 +110,14 @@ Open-MAGVIT2 and IBQ; please also respect those upstream licenses.
110
  ## Citation
111
 
112
  ```bibtex
113
- @article{gear,
114
- title = {GEAR: Guided End-to-End AutoRegression for Image Synthesis},
115
- author = {GEAR authors},
116
- year = {2026}
 
 
 
 
117
  }
118
 
119
  @article{ifsq_llamagenrepa,
 
14
 
15
  <p align="center"><img src="https://s41.ax1x.com/2026/06/25/pmtXRN4.png" width="100%" alt="GEAR"/></p>
16
 
17
+ <p align="center"><a href="https://linb203.github.io/gear/">🏠 Homepage</a> &nbsp;|&nbsp; <a href="https://github.com/Tencent-Hunyuan/GEAR">πŸ’» GitHub</a> &nbsp;|&nbsp; <a href="https://huggingface.co/collections/BinLin203">πŸ€— Models</a> &nbsp;|&nbsp; <a href="https://arxiv.org/abs/2606.32039">πŸ“„ Paper</a></p>
18
 
19
 
20
  ## This repository
 
46
  - 🏠 Project page: **https://linb203.github.io/gear/**
47
  - πŸ’» Code & full docs: **https://github.com/Tencent-Hunyuan/GEAR**
48
  - πŸ€— All tokenizers: **https://huggingface.co/collections/BinLin203**
49
+ - πŸ“„ Paper: **https://arxiv.org/abs/2606.32039**
50
 
51
  ## Released tokenizers
52
 
 
110
  ## Citation
111
 
112
  ```bibtex
113
+ @misc{lin2026gearguidedendtoendautoregression,
114
+ title = {GEAR: Guided End-to-End AutoRegression for Image Synthesis},
115
+ author = {Bin Lin and Zheyuan Liu and Chenguo Lin and Sixiang Chen and Yunyang Ge and Yunlong Lin and Jianwei Zhang and Miles Yang and Zhao Zhong and Liefeng Bo and Li Yuan},
116
+ year = {2026},
117
+ eprint = {2606.32039},
118
+ archivePrefix = {arXiv},
119
+ primaryClass = {cs.CV},
120
+ url = {https://arxiv.org/abs/2606.32039}
121
  }
122
 
123
  @article{ifsq_llamagenrepa,