Instructions to use Salesforce/blip-itm-large-coco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/blip-itm-large-coco with Transformers:
# Load model directly from transformers import AutoProcessor, BlipForImageTextRetrieval processor = AutoProcessor.from_pretrained("Salesforce/blip-itm-large-coco") model = BlipForImageTextRetrieval.from_pretrained("Salesforce/blip-itm-large-coco") - Notebooks
- Google Colab
- Kaggle
Add TF weights
#2
by Rocketknight1 HF Staff - opened
- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2431e1599316d5e77e99ccb2b1efad56f7d840fcb548c9cc6e2b15b5f0ed7b93
|
| 3 |
+
size 1785291912
|