Instructions to use Yuqi1997/UniVLA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yuqi1997/UniVLA with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Yuqi1997/UniVLA", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add model card
#1
by nielsr HF Staff - opened
This PR adds a model card for the paper Unified Vision-Language-Action Model, 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.
Yuqi1997 changed pull request status to merged