tliby commited on
Commit
1d96ce8
·
verified ·
1 Parent(s): 2c1ae4e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  # TC-AE: Unlocking Token Capacity for Deep Compression Autoencoders
2
 
3
  <p align="center">
4
- <a href=""><img src="https://img.shields.io/badge/Paper-Arxiv-b31b1b.svg" alt="arXiv"></a>&nbsp;
5
  <a href="https://huggingface.co/inclusionAI/TC-AE/tree/main"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Models-yellow" alt="Models"></a>
6
  </p>
7
  <div align="center">
@@ -20,6 +20,7 @@
20
 
21
 
22
 
 
23
  ## News
24
 
25
  - [2026/04/09] Research paper, code, and models are released for TC-AE!
@@ -163,5 +164,10 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
163
  ## Citation
164
 
165
  ```
166
-
 
 
 
 
 
167
  ```
 
1
  # TC-AE: Unlocking Token Capacity for Deep Compression Autoencoders
2
 
3
  <p align="center">
4
+ <a href="https://arxiv.org/abs/2604.07340"><img src="https://img.shields.io/badge/Paper-Arxiv-b31b1b.svg" alt="arXiv"></a>&nbsp;
5
  <a href="https://huggingface.co/inclusionAI/TC-AE/tree/main"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Models-yellow" alt="Models"></a>
6
  </p>
7
  <div align="center">
 
20
 
21
 
22
 
23
+
24
  ## News
25
 
26
  - [2026/04/09] Research paper, code, and models are released for TC-AE!
 
164
  ## Citation
165
 
166
  ```
167
+ @article{li2026tcae,
168
+ title={TC-AE: Unlocking Token Capacity for Deep Compression Autoencoders},
169
+ author={Li, Teng and Huang, Ziyuan and Chen, Cong and Li, Yangfu and Lyu, Yuanhuiyi and Zheng, Dandan and Shen, Chunhua and Zhang, Jun},
170
+ journal={arXiv preprint arXiv:2604.07340},
171
+ year={2026}
172
+ }
173
  ```