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