Instructions to use BeingBeyond/Being-H0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BeingBeyond/Being-H0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BeingBeyond/Being-H0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add robotics pipeline tag
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the robotics pipeline tag to the metadata. This will help users discover the model when filtering by pipeline tags on the Hugging Face Hub: https://huggingface.co/models?pipeline_tag=robotics.
Thanks for helping to improve the model card!
zawnpn changed pull request status to merged