Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,14 @@ tags:
|
|
9 |
|
10 |
# Model Card
|
11 |
|
12 |
-
|
13 |
|
14 |
Currently we release the Qwen2.5 VLM checkpoints as well as necessary networks for training. We will release all checkpoints after the paper gets accepted.
|
15 |
|
16 |
## Source
|
17 |
|
18 |
-
- Project Page:
|
19 |
-
- Paper:
|
20 |
- Code: https://github.com/HeegerGao/VLA-OS
|
21 |
- Data: https://huggingface.co/datasets/Linslab/VLA-OS-Dataset
|
22 |
|
@@ -43,7 +43,13 @@ Please refer to the codebase for more description and usage.
|
|
43 |
If you find our work helpful, please cite us:
|
44 |
|
45 |
```bibtex
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
```
|
48 |
|
49 |
Thank you!
|
|
|
9 |
|
10 |
# Model Card
|
11 |
|
12 |
+
These are the model checkpoints used in the paper *VLA-OS: Structuring and Dissecting Planning Representations and Paradigms in Vision-Language-Action Models*.
|
13 |
|
14 |
Currently we release the Qwen2.5 VLM checkpoints as well as necessary networks for training. We will release all checkpoints after the paper gets accepted.
|
15 |
|
16 |
## Source
|
17 |
|
18 |
+
- Project Page: https://nus-lins-lab.github.io/vlaos/
|
19 |
+
- Paper: https://arxiv.org/abs/2506.17561
|
20 |
- Code: https://github.com/HeegerGao/VLA-OS
|
21 |
- Data: https://huggingface.co/datasets/Linslab/VLA-OS-Dataset
|
22 |
|
|
|
43 |
If you find our work helpful, please cite us:
|
44 |
|
45 |
```bibtex
|
46 |
+
@article{gao2025vlaos,
|
47 |
+
title = {VLA-OS: Structuring and Dissecting Planning Representations and Paradigms in Vision-Language-Action Models},
|
48 |
+
author = {Gao, Chongkai and Liu, Zixuan and Chi, Zhenghao and Huang, Junshan and Fei, Xin and Hou, Yiwen and Zhang, Yuxuan and Lin, Yudi and Fang, Zhirui and Jiang, Zeyu and Shao, Lin},
|
49 |
+
journal = {arXiv preprint arXiv:2506.17561},
|
50 |
+
year = {2025},
|
51 |
+
url = {https://arxiv.org/abs/2506.17561}
|
52 |
+
}
|
53 |
```
|
54 |
|
55 |
Thank you!
|