How to use gcyzsl/unsup-VisualCSE-roberta-large with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForCL tokenizer = AutoTokenizer.from_pretrained("gcyzsl/unsup-VisualCSE-roberta-large") model = RobertaForCL.from_pretrained("gcyzsl/unsup-VisualCSE-roberta-large")