Add pipeline tag, library name and link to code
Browse filesThis PR:
* ensures the model can be found at https://huggingface.co/models?pipeline_tag=robotics.
* adds a Transformers code snippet, such that the "how to use" button appears on the top right.
* adds a link to the code repository.
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 is the model of the paper [UniVLA: Learning to Act Anywhere with Task-centric Latent Actions](https://huggingface.co/papers/2505.06111).
|
8 |
+
|
9 |
+
For details on how to use it, please refer to https://github.com/OpenDriveLab/UniVLA.
|