Any-to-Any
Transformers
Safetensors
UNIS
text-generation
robotics
multimodal
image-generation
custom_code
Instructions to use XiaomiRobotics/Xiaomi-Robotics-U0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XiaomiRobotics/Xiaomi-Robotics-U0 with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("XiaomiRobotics/Xiaomi-Robotics-U0", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add any-to-any pipeline tag and library_name to metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR improves the metadata at the top of your model card by adding:
pipeline_tag: any-to-anyto properly classify this unified multimodal foundation model on the Hub.library_name: transformerssince the model configuration providesauto_mapkeys, making it compatible with thetransformerslibrary (usingtrust_remote_code=True).
This will help users discover and use your model more easily!
sakuta-mai changed pull request status to merged