Improve model card with pipeline tag and library name
Browse filesThis PR improves the model card by adding the `library_name` and `pipeline_tag` metadata, making the model more discoverable on the Hugging Face Hub and clarifying its compatibility with the Transformers library. The existing links to the paper and code repository are retained.
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
|
6 |
# 🌏 UniVLA
|
7 |
> This is the official checkpoint of our RSS 2025 work: **Learning to Act Anywhere with Task-centric Latent Actions**
|
8 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: robotics
|
5 |
---
|
6 |
|
|
|
7 |
# 🌏 UniVLA
|
8 |
> This is the official checkpoint of our RSS 2025 work: **Learning to Act Anywhere with Task-centric Latent Actions**
|
9 |
|