Update README.md
Browse files
README.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
base_model:
|
| 4 |
-
- OpenGVLab/InternVL2_5-8B
|
| 5 |
-
pipeline_tag: mask-generation
|
| 6 |
-
---
|
| 7 |
-
<div align="center">
|
| 8 |
-
|
| 9 |
-
# ALTo: Adaptive-Length Tokenizer for Autoregressive Mask Generation
|
| 10 |
-
|
| 11 |
-
[\[π GitHub\]](https://github.com/yayafengzi/ALToLLM)
|
| 12 |
-
[\[π Paper\]](https://arxiv.org/abs/)
|
| 13 |
-
|
| 14 |
-
</div>
|
| 15 |
-
|
| 16 |
-
If you find this project useful in your research, please consider citing:
|
| 17 |
-
|
| 18 |
-
```BibTeX
|
| 19 |
-
@article{wang2025alto,
|
| 20 |
-
title={ALTo: Adaptive-Length Tokenizer for Autoregressive Mask Generation},
|
| 21 |
-
author={Wang, Lingfeng and Lin, Hualing and Chen, Senda and Wang, Tao and Cheng, Changxu and Zhong, Yangyang and Zheng, Dong and Zhao, Wuyue},
|
| 22 |
-
journal={arXiv preprint arXiv:},
|
| 23 |
-
year={2025}
|
| 24 |
-
}
|
| 25 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- OpenGVLab/InternVL2_5-8B
|
| 5 |
+
pipeline_tag: mask-generation
|
| 6 |
+
---
|
| 7 |
+
<div align="center">
|
| 8 |
+
|
| 9 |
+
# ALTo: Adaptive-Length Tokenizer for Autoregressive Mask Generation
|
| 10 |
+
|
| 11 |
+
[\[π GitHub\]](https://github.com/yayafengzi/ALToLLM)
|
| 12 |
+
[\[π Paper\]](https://arxiv.org/abs/2505.16495)
|
| 13 |
+
|
| 14 |
+
</div>
|
| 15 |
+
|
| 16 |
+
If you find this project useful in your research, please consider citing:
|
| 17 |
+
|
| 18 |
+
```BibTeX
|
| 19 |
+
@article{wang2025alto,
|
| 20 |
+
title={ALTo: Adaptive-Length Tokenizer for Autoregressive Mask Generation},
|
| 21 |
+
author={Wang, Lingfeng and Lin, Hualing and Chen, Senda and Wang, Tao and Cheng, Changxu and Zhong, Yangyang and Zheng, Dong and Zhao, Wuyue},
|
| 22 |
+
journal={arXiv preprint arXiv:2505.16495},
|
| 23 |
+
year={2025}
|
| 24 |
+
}
|
| 25 |
```
|