wanglingfeng
commited on
Commit
·
7585065
1
Parent(s):
6200954
readme
Browse files- README.md +19 -1
- config.json +2 -2
README.md
CHANGED
@@ -4,4 +4,22 @@ base_model:
|
|
4 |
- OpenGVLab/InternVL2_5-8B
|
5 |
pipeline_tag: mask-generation
|
6 |
---
|
7 |
-
<div align="center">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|
config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
3 |
-
"_name_or_path": "/
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_internvl_chat.InternVLChatConfig",
|
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
3 |
+
"_name_or_path": "OpenGVLab/InternVL2_5-8B",
|
4 |
"architectures": [
|
5 |
+
"ALToLLM"
|
6 |
],
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_internvl_chat.InternVLChatConfig",
|