Instructions to use Salesforce/blip-itm-base-flickr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/blip-itm-base-flickr with Transformers:
# Load model directly from transformers import AutoProcessor, BlipForImageTextRetrieval processor = AutoProcessor.from_pretrained("Salesforce/blip-itm-base-flickr") model = BlipForImageTextRetrieval.from_pretrained("Salesforce/blip-itm-base-flickr") - Notebooks
- Google Colab
- Kaggle
Ctrl+K