initial commit 936bd7c
Sachin Chanchani commited on
How to use perceptiveshawty/compositional-roberta-base with Transformers:
# Load model directly
from transformers import AutoTokenizer, RobertaForCL
tokenizer = AutoTokenizer.from_pretrained("perceptiveshawty/compositional-roberta-base")
model = RobertaForCL.from_pretrained("perceptiveshawty/compositional-roberta-base")