Robotics
Transformers
Safetensors
mibot
feature-extraction
vision-language-action
vla
robotic-manipulation
custom_code
Instructions to use XiaomiRobotics/Xiaomi-Robotics-0-LIBERO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XiaomiRobotics/Xiaomi-Robotics-0-LIBERO with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("XiaomiRobotics/Xiaomi-Robotics-0-LIBERO", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add model card for Xiaomi-Robotics-0
#1
by nielsr HF Staff - opened
This PR improves the model card for Xiaomi-Robotics-0, an open-sourced Vision-Language-Action (VLA) model.
The updates include:
- Metadata for
pipeline_tag: roboticsandlibrary_name: transformers. - Links to the technical report, project page, and GitHub repository.
- A sample usage section taken directly from the official deployment guide in the repository.
- The BibTeX citation for the project.
susanping changed pull request status to merged
susanping deleted the
refs/pr/1 ref