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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ license: bsd-3-clause
|
|
| 11 |
|
| 12 |
Model card for BLIP trained on image-text matching - large architecture (with ViT large backbone) trained on Flickr30k dataset.
|
| 13 |
|
| 14 |
-
|  trained on Flickr30k dataset.
|
| 13 |
|
| 14 |
+
|  |
|
| 15 |
|:--:|
|
| 16 |
| <b> Pull figure from BLIP official repo | Image source: https://github.com/salesforce/BLIP </b>|
|
| 17 |
|