Instructions to use XiaomiRobotics/Xiaomi-Robotics-0-Calvin-ABC_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-ABC_D with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("XiaomiRobotics/Xiaomi-Robotics-0-Calvin-ABC_D", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: add metadata, links, sample usage and citation
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face. I noticed this model card was missing some key documentation and metadata.
In this PR, I've:
- Added
pipeline_tag: roboticsto improve discoverability. - Added
library_name: transformersto enable the automated code snippet widget. - Linked the model to the original paper, project page, and GitHub repository.
- Included a sample usage section with code directly from the repository's README.
- Added the citation info.
This should help users better understand and use the model. Feel free to merge!
susanping changed pull request status to merged