Instructions to use jcenaa/WorldVLA-ActionModel-LIBERO-Goal-512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jcenaa/WorldVLA-ActionModel-LIBERO-Goal-512 with Transformers:
# Load model directly from transformers import AutoProcessor, ChameleonXLLMXForConditionalGeneration_ck processor = AutoProcessor.from_pretrained("jcenaa/WorldVLA-ActionModel-LIBERO-Goal-512") model = ChameleonXLLMXForConditionalGeneration_ck.from_pretrained("jcenaa/WorldVLA-ActionModel-LIBERO-Goal-512", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add robotics pipeline tag, library name, and link to paper and project page
#1
by nielsr HF Staff - opened
This PR adds the robotics pipeline tag and the transformers library name to the model card. It also links the model to the paper and project page.
jcenaa changed pull request status to merged