Robotics
Transformers
Safetensors
mibot
feature-extraction
vla
vision-language-action
real-time
custom_code
Instructions to use XiaomiRobotics/Xiaomi-Robotics-0-SimplerEnv-Google-Robot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XiaomiRobotics/Xiaomi-Robotics-0-SimplerEnv-Google-Robot with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("XiaomiRobotics/Xiaomi-Robotics-0-SimplerEnv-Google-Robot", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: add metadata, paper link, and sample usage
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face. I've improved the model card for this repository by adding metadata and documentation regarding the model's purpose and usage.
Specifically, this PR:
- Adds the
roboticspipeline tag. - Adds
library_name: transformersto indicate compatibility and enable the "Use in Transformers" button. - Links the model card to the research paper, project page, and GitHub repository.
- Includes a sample usage code snippet taken directly from the official GitHub README.
Please let me know if you have any questions!
susanping changed pull request status to merged