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