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
Update tokenizer_config.json
#1
by ybelkada - opened
No description provided.