Robotics
nielsr HF Staff commited on
Commit
d8df238
·
verified ·
1 Parent(s): a1718f3

Update model card with robotics metadata and project links

Browse files

Hi! I'm Niels from the Hugging Face community science team.

This PR improves the model card by:
- Adding the `robotics` pipeline tag to the metadata.
- Adding absolute links to the paper, project page, and GitHub repository.
- Including a "Getting Started" section with the setup instructions found in the repository.

These changes help make the model more discoverable and provide context for researchers and developers.

Files changed (1) hide show
  1. README.md +36 -6
README.md CHANGED
@@ -1,11 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
4
  # PhysBrain-VLA
5
 
6
  PhysBrain 1.0 — Physical Intelligence for Embodied General AI
7
 
8
- [Open Source Plan](#open-source-plan) • [Overview](#overview) • [Key Technologies](#key-technologies) • [Getting Started](#getting-started)
9
 
10
  ---
11
 
@@ -35,6 +37,34 @@ A principled training methodology that breaks the **visual shortcut dilemma** in
35
 
36
  Together, these three technologies form the PhysBrain 1.0 system: **PhysBrain** (base model) × **TwinBrainVLA** (architecture) × **LangForce** (training strategy) — achieving SOTA across multiple embodied intelligence benchmarks with exceptional data efficiency.
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ## Citation
39
 
40
  If you find PhysBrain useful in your research, please consider citing our work:
@@ -52,7 +82,7 @@ If you find PhysBrain useful in your research, please consider citing our work:
52
 
53
  @misc{physbrain10technicalreport,
54
  title={PhysBrain 1.0 Technical Report},
55
- author={Shijie Lian and Bin Yu and Xiaopeng Lin and Changti Wu and Hang Yuan and Xiaolin Hu and Zhaolong Shen and Yuzhuo Miao and Haishan Liu and Yuxuan Tian and Yukun Shi and Cong Huang and Kai Chen},
56
  year={2026},
57
  eprint={2605.15298},
58
  archivePrefix={arXiv},
@@ -63,4 +93,4 @@ If you find PhysBrain useful in your research, please consider citing our work:
63
 
64
  ## License
65
 
66
- This project is released under the [Apache 2.0 License](LICENSE).
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: robotics
4
+ ---
5
+
6
  # PhysBrain-VLA
7
 
8
  PhysBrain 1.0 — Physical Intelligence for Embodied General AI
9
 
10
+ [Paper](https://huggingface.co/papers/2605.15298) • [Project Page](https://phys-brain.github.io/) • [GitHub](https://github.com/Phys-Brain/PhysBrain-VLA)
11
 
12
  ---
13
 
 
37
 
38
  Together, these three technologies form the PhysBrain 1.0 system: **PhysBrain** (base model) × **TwinBrainVLA** (architecture) × **LangForce** (training strategy) — achieving SOTA across multiple embodied intelligence benchmarks with exceptional data efficiency.
39
 
40
+ ## Open Source Plan
41
+
42
+ All PhysBrain 1.0 VLA model checkpoints are now available. You can find the full collection at [🤗 Hugging Face](https://huggingface.co/collections/Phys-Brain/physbrain-10-vla).
43
+
44
+ The current release status is as follows:
45
+
46
+ | Component | Status |
47
+ | ------------------------------------------------------ | ------------ |
48
+ | PhysBrain 1.0 VLA (RoboCasa Fine-Tuned) | ✅ Available |
49
+ | PhysBrain 1.0 VLA (LIBERO Fine-Tuned) | ✅ Available |
50
+ | PhysBrain 1.0 VLA (SIMPLER WidowX Robot Fine-Tuned) | ✅ Available |
51
+ | PhysBrain 1.0 VLA (SIMPLER Google Robot Fine-Tuned) | ✅ Available |
52
+ | Inference Code | ✅ Available |
53
+
54
+ ## Getting Started
55
+
56
+ PhysBrain-VLA is built on top of the **starVLA** scaffold. To use it, follow these two steps:
57
+
58
+ 1. **Copy the framework file** into your starVLA codebase:
59
+ ```powershell
60
+ cp physbrain_vla/PhysBrainVLA.py <path-to-starVLA>/starVLA/model/framework/
61
+ ```
62
+
63
+
64
+ 2. **Load and deploy** the model following the standard starVLA checkpoint loading workflow.
65
+
66
+ For detailed starVLA setup and inference instructions, please refer to the starVLA repository.
67
+
68
  ## Citation
69
 
70
  If you find PhysBrain useful in your research, please consider citing our work:
 
82
 
83
  @misc{physbrain10technicalreport,
84
  title={PhysBrain 1.0 Technical Report},
85
+ author={Shijie Lian and Bin Yu and Xiaopeng Lin and Changti Wu Author and Hang Yuan and Xiaolin Hu and Zhaolong Shen and Yuzhuo Miao and Haishan Liu and Yuxuan Tian and Yukun Shi and Cong Huang and Kai Chen},
86
  year={2026},
87
  eprint={2605.15298},
88
  archivePrefix={arXiv},
 
93
 
94
  ## License
95
 
96
+ This project is released under the [Apache 2.0 License](LICENSE).