Add model card
Browse filesThis PR adds a model card for the paper [Unified Vision-Language-Action Model](https://huggingface.co/papers/2506.19850), setting the license to Apache 2.0, adding a robotics pipeline tag and the Transformers library name. It also adds a link to the project page and code repository to facilitate easy navigation.
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: robotics
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model weights for the paper [Unified Vision-Language-Action Model](https://huggingface.co/papers/2506.19850).
|
8 |
+
|
9 |
+
Project page: https://robertwyq.github.io/univla.github.io
|
10 |
+
|
11 |
+
Code: https://github.com/OS-Copilot/OS-Atlas
|