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
Remove library name
#2
by nielsr HF Staff - opened
I assume the model isn't compatible with the Transformers library, hence this PR removes the library name tag
dcaffo changed pull request status to closed