nielsr HF Staff commited on
Commit
a27f1a0
·
verified ·
1 Parent(s): 783c806

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

Browse files

This 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.

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
+ ```