Instructions to use baiyu858/Bridge-WA-VLABench with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use baiyu858/Bridge-WA-VLABench with Transformers:
# Load model directly from transformers import WorldBridgeXVLA model = WorldBridgeXVLA.from_pretrained("baiyu858/Bridge-WA-VLABench", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add model card for Bridge-WA
#1
by nielsr HF Staff - opened
This PR adds a comprehensive model card for Bridge-WA. It includes:
- Relevant metadata (
pipeline_tag: robotics,library_name: transformers, andlicense: apache-2.0). - Links to the paper, project page, and official GitHub repository.
- Citation information.
baiyu858 changed pull request status to merged