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
Commit History
Update README.md 1de29e6
Add TF weights (#2) 705e1a1
Update README.md 4b99004
Create README.md cdf1155
Upload processor 1a1cb7b
Upload BlipForImageTextRetrieval 97a67e7
initial commit 49d82fc
Younes Belkada commited on