nielsr HF Staff commited on
Commit
79bae34
·
verified ·
1 Parent(s): 38c0925

Add library name and pipeline tag; link to Github

Browse files

This PR adds the `library_name` and `pipeline_tag` metadata to the model card.
It also adds a link to the Github repository.

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: robotics
5
+ ---
6
+
7
+ This repository contains the model described in [WorldVLA: Towards Autoregressive Action World Model](https://huggingface.co/papers/2506.21539).
8
+
9
+ Code: https://github.com/alibaba-damo-academy/WorldVLA