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
Commit ·
6bc048d
1
Parent(s): 2c51ecd
Add TF weights (#2)
Browse files- Add TF weights (35de2715bd3aa33028836fec2d11954e9f4d11df)
Co-authored-by: Matthew Carrigan <Rocketknight1@users.noreply.huggingface.co>
- 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
|