Instructions to use Menlo/Poseless-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Menlo/Poseless-3B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Menlo/Poseless-3B") model = AutoModelForMultimodalLM.from_pretrained("Menlo/Poseless-3B") - Notebooks
- Google Colab
- Kaggle
Improve model card metadata: add pipeline tag, license, and paper link
#1
by nielsr HF Staff - opened
This PR adds the pipeline_tag: robotics and the license to the model card to improve discoverability. Also added a link to the paper next to the title.
jan-hq changed pull request status to merged