Instructions to use moojink/openvla-7b-oft-finetuned-libero-spatial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moojink/openvla-7b-oft-finetuned-libero-spatial with Transformers:
# Load model directly from transformers import AutoModelForVision2Seq model = AutoModelForVision2Seq.from_pretrained("moojink/openvla-7b-oft-finetuned-libero-spatial", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add model card with metadata and usage example
#1
by nielsr HF Staff - opened
This PR adds a model card with essential metadata and a usage example based on the information provided in the paper and the GitHub README. The pipeline_tag is set to robotics, reflecting the model's application in robotics. The library_name is set to transformers based on the provided code snippet. A permissive MIT license is assumed, pending confirmation from the authors. The usage example provides a minimal working example for generating an action chunk.
moojink changed pull request status to merged