Instructions to use Salesforce/blip-itm-base-coco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/blip-itm-base-coco with Transformers:
# Load model directly from transformers import AutoProcessor, BlipForImageTextRetrieval processor = AutoProcessor.from_pretrained("Salesforce/blip-itm-base-coco") model = BlipForImageTextRetrieval.from_pretrained("Salesforce/blip-itm-base-coco") - Notebooks
- Google Colab
- Kaggle
Why is the logit_scale parameter or temperature missing from the model weights?
#7 opened about 1 month ago
by
bcai001
Adding `safetensors` variant of this model
#6 opened over 1 year ago
by
SFconvertbot
Adding `safetensors` variant of this model
#5 opened about 2 years ago
by
SFconvertbot
Update tokenizer_config.json
#1 opened over 3 years ago
by
ybelkada