Instructions to use Salesforce/blip-itm-base-flickr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/blip-itm-base-flickr with Transformers:
# Load model directly from transformers import AutoProcessor, BlipForImageTextRetrieval processor = AutoProcessor.from_pretrained("Salesforce/blip-itm-base-flickr") model = BlipForImageTextRetrieval.from_pretrained("Salesforce/blip-itm-base-flickr") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#4 opened over 1 year ago
by
SFconvertbot
Adding `safetensors` variant of this model
#3 opened over 1 year ago
by
SFconvertbot
Update tokenizer_config.json
#1 opened over 3 years ago
by
ybelkada