Robotics
Transformers
Safetensors
nielsr HF Staff commited on
Commit
fec365d
·
verified ·
1 Parent(s): c0e3c4f

Add model card

Browse files

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

Files changed (1) hide show
  1. README.md +11 -0
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