Instructions to use aimagelab/ReT-CLIP-ViT-L-14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aimagelab/ReT-CLIP-ViT-L-14 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("aimagelab/ReT-CLIP-ViT-L-14", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add document retrieval tag
#1
by nielsr HF Staff - opened
We just added a new tag to make models like yours more discoverable on the hub.
This tag makes sure it can be found at https://huggingface.co/models?pipeline_tag=visual-document-retrieval.
dcaffo changed pull request status to merged