Rowan/hellaswag
Viewer • Updated • 60k • 306k • 175
How to use prajjwal1/roberta_hellaswag with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("prajjwal1/roberta_hellaswag")
model = AutoModelForMultipleChoice.from_pretrained("prajjwal1/roberta_hellaswag")RoBERTa trained on HellaSwag dataset (MultipleChoiceModel). HellaSwag has a multiple choice questions format.
It gets around 74.99% accuracy.