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, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("Menlo/Poseless-3B") model = AutoModelForImageTextToText.from_pretrained("Menlo/Poseless-3B") - Notebooks
- Google Colab
- Kaggle
Add base model, link to dataset
#2
by nielsr HF Staff - opened
As this model is based on https://huggingface.co/Qwen/Qwen2.5-3B-Instruct, you can link both models to each other.
alandao changed pull request status to merged