How to use chitanda/merit-roberta-large-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForMultipleChoiceForPreTrain tokenizer = AutoTokenizer.from_pretrained("chitanda/merit-roberta-large-v2") model = RobertaForMultipleChoiceForPreTrain.from_pretrained("chitanda/merit-roberta-large-v2")