Instructions to use Raghavan/beit3_base_patch16_384_coco_retrieval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Raghavan/beit3_base_patch16_384_coco_retrieval with Transformers:
# Load model directly from transformers import Beit3ForImageTextRetrieval model = Beit3ForImageTextRetrieval.from_pretrained("Raghavan/beit3_base_patch16_384_coco_retrieval", dtype="auto") - Notebooks
- Google Colab
- Kaggle