How to use M-CLIP/XLM-Roberta-Large-Vit-L-14 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("M-CLIP/XLM-Roberta-Large-Vit-L-14", dtype="auto")