TF and PT Model & Tokenizer bc0f71e
Fredrik Carlsson commited on
How to use M-CLIP/XLM-Roberta-Large-Vit-B-32 with Transformers:
# Load model directly
from transformers import SentenceModelWithLinearTransformation
model = SentenceModelWithLinearTransformation.from_pretrained("M-CLIP/XLM-Roberta-Large-Vit-B-32", dtype="auto")