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
by bcai001 - opened
While the original BLIP implementation has a temp parameter, it appears to be missing from this repo.