nielsr HF Staff commited on
Commit
535e4e5
·
verified ·
1 Parent(s): 18ddc6d

Improve model card: add robotics pipeline tag, library name, and project page link

Browse files

This PR improves the model card for the paper [WorldVLA: Towards Autoregressive Action World Model](https://huggingface.co/papers/2506.21539) by:
- Adding the `robotics` pipeline tag.
- Adding the `transformers` library name.
- Adding a link to the project page.

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
+ pipeline_tag: robotics
4
+ library_name: transformers
5
+ ---
6
+
7
+ This repository contains the model presented in the paper [WorldVLA: Towards Autoregressive Action World Model](https://huggingface.co/papers/2506.21539).
8
+
9
+ Project page: https://github.com/alibaba-damo-academy/WorldVLA