Improve model card: add robotics pipeline tag, paper link, and repository details
Browse filesThis PR improves the model card for the GeneralVLA-2 model assets. It adds the `robotics` pipeline tag to the metadata to make it more discoverable under the robotics category. It also provides links to the official paper, project website, and GitHub repository, preserves the repository layout structure, and adds a BibTeX citation.
README.md
CHANGED
|
@@ -1,21 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
-
|
| 3 |
|
| 4 |
-
|
| 5 |
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
|
| 8 |
-
|
| 9 |
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
- `segagent/zzzmmz/SegAgent-Model/`
|
| 17 |
|
| 18 |
-
-
|
| 19 |
|
| 20 |
-
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: robotics
|
| 3 |
+
---
|
| 4 |
|
| 5 |
+
# GeneralVLA Model Assets
|
| 6 |
|
| 7 |
+
This repository stores pretrained model assets and checkpoints for **GeneralVLA-2: Geometry-Aware Reconstruction and Governed Memory for Robot Planning**.
|
| 8 |
|
| 9 |
+
- **Paper:** [GeneralVLA-2: Geometry-Aware Reconstruction and Governed Memory for Robot Planning](https://huggingface.co/papers/2606.17480)
|
| 10 |
+
- **Project Website:** [GeneralVLA-2](https://aigeeksgroup.github.io/GeneralVLA-2/)
|
| 11 |
+
- **GitHub Repository:** [AIGeeksGroup/GeneralVLA-2](https://github.com/AIGeeksGroup/GeneralVLA-2)
|
| 12 |
|
| 13 |
+
## Layout
|
| 14 |
|
| 15 |
+
- `LISA-7B-v1-explanatory/`
|
| 16 |
+
- `clip-vit-large-patch14/`
|
| 17 |
+
- `segagent/zzzmmz/SegAgent-Model/`
|
| 18 |
+
- `sam_vit_h_4b8939.pth`
|
| 19 |
+
- `checkpoints/v1/checkpoint-rs.tar`
|
|
|
|
|
|
|
| 20 |
|
| 21 |
+
Please refer to the official [GitHub repository](https://github.com/AIGeeksGroup/GeneralVLA-2) for environment setup, memory VLA runtime configuration, and evaluation benchmarks.
|
| 22 |
|
| 23 |
+
## Citation
|
| 24 |
|
| 25 |
+
```bibtex
|
| 26 |
+
@article{wang2026generalvla2,
|
| 27 |
+
title={GeneralVLA-2: Geometry-Aware Reconstruction and Governed Memory for Robot Planning},
|
| 28 |
+
author={Wang, Haoyu and Ma, Guoqing and Zhang, Zeyu and Guo, Yandong and Shi, Boxin and Tang, Hao},
|
| 29 |
+
journal={arXiv preprint arXiv:2606.17480},
|
| 30 |
+
year={2026}
|
| 31 |
+
}
|
| 32 |
+
```
|