Instructions to use Yuqi1997/UniVLA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yuqi1997/UniVLA with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Yuqi1997/UniVLA", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add model card
#1
by nielsr HF Staff - opened
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
|