Instructions to use qwbu/univla-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qwbu/univla-7b with Transformers:
# Load model directly from transformers import OpenVLAForActionPrediction model = OpenVLAForActionPrediction.from_pretrained("qwbu/univla-7b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card with pipeline tag and library name
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the library_name and pipeline_tag metadata, making the model more discoverable on the Hugging Face Hub and clarifying its compatibility with the Transformers library. The existing links to the paper and code repository are retained.
qwbu changed pull request status to merged