How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice

tokenizer = AutoTokenizer.from_pretrained("prajjwal1/roberta_hellaswag")
model = AutoModelForMultipleChoice.from_pretrained("prajjwal1/roberta_hellaswag")
Quick Links

RoBERTa trained on HellaSwag dataset (MultipleChoiceModel). HellaSwag has a multiple choice questions format. It gets around 74.99% accuracy.

@prajjwal_1

Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train prajjwal1/roberta_hellaswag