Robotics
Transformers
Safetensors
English
openvla
multimodal
vision-language-action
univla
vla-arena
imitation-learning
Instructions to use VLA-Arena/univla-7b-finetuned-vla-arena with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VLA-Arena/univla-7b-finetuned-vla-arena with Transformers:
# Load model directly from transformers import OpenVLAForActionPrediction model = OpenVLAForActionPrediction.from_pretrained("VLA-Arena/univla-7b-finetuned-vla-arena", device_map="auto") - Notebooks
- Google Colab
- Kaggle