Instructions to use Salesforce/blip-itm-large-flickr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/blip-itm-large-flickr with Transformers:
# Load model directly from transformers import AutoProcessor, BlipForImageTextRetrieval processor = AutoProcessor.from_pretrained("Salesforce/blip-itm-large-flickr") model = BlipForImageTextRetrieval.from_pretrained("Salesforce/blip-itm-large-flickr") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md bda12e6
Add TF weights (#2) 94a4e45
Update README.md d69fb6d
Create README.md e7e499d
Upload processor 08dd15d
Upload BlipForImageTextRetrieval c0b9577
initial commit af75b49
Younes Belkada commited on