Improve model card: add robotics pipeline tag, paper link, and repository details

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -13
README.md CHANGED
@@ -1,21 +1,32 @@
 
 
 
1
 
2
- # GeneralVLA Model Assets
3
 
4
-
5
 
6
- This repository stores pretrained model assets and checkpoints for GeneralVLA.
 
 
7
 
8
-
9
 
10
- ## Layout
11
-
12
- - `LISA-7B-v1-explanatory/`
13
-
14
- - `clip-vit-large-patch14/`
15
-
16
- - `segagent/zzzmmz/SegAgent-Model/`
17
 
18
- - `sam_vit_h_4b8939.pth`
19
 
20
- - `checkpoints/v1/checkpoint-rs.tar`
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
+ ```