Instructions to use BAAI/RoboBrain2.0-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/RoboBrain2.0-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("BAAI/RoboBrain2.0-7B") model = AutoModelForMultimodalLM.from_pretrained("BAAI/RoboBrain2.0-7B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add image-text-to-text pipeline tag and link to paper
#2
by nielsr HF Staff - opened
This PR improves the model card by adding the image-text-to-text pipeline tag and adding a reference to the paper.
Hi, thanks for the note!
Just to clarify: while the RoboOS paper is indeed one of our related works and part of the broader RoboBrain ecosystem, the RoboBrain 2.0 model is primarily described in the RoboBrain 2.0 Technical Report, which you can find here: