Instructions to use XiaomiRobotics/Xiaomi-Robotics-0-Calvin-ABCD_D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XiaomiRobotics/Xiaomi-Robotics-0-Calvin-ABCD_D with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("XiaomiRobotics/Xiaomi-Robotics-0-Calvin-ABCD_D", 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, part of the community science team at Hugging Face.
This pull request adds a comprehensive model card for Xiaomi-Robotics-0. It includes:
- Metadata for
library_name,pipeline_tag, andlicense. - Links to the paper, the GitHub repository, and the official project page.
- A summary of the model and its performance on standard benchmarks.
- A sample usage section based on the deployment guides found in the GitHub repository to help users get started with the
transformerslibrary.
susanping changed pull request status to merged