Instructions to use XiaomiRobotics/Xiaomi-Robotics-0-SimplerEnv-WidowX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XiaomiRobotics/Xiaomi-Robotics-0-SimplerEnv-WidowX with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("XiaomiRobotics/Xiaomi-Robotics-0-SimplerEnv-WidowX", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add model card for Xiaomi-Robotics-0
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. This PR adds a model card for the Xiaomi-Robotics-0 model.
It includes:
- Metadata regarding the
roboticspipeline andtransformerslibrary compatibility. - Links to the technical report, project page, and GitHub repository.
- A sample usage section with a code snippet based on the repository's documentation to help users run the model.
susanping changed pull request status to merged