allenai/swag
Viewer • Updated • 207k • 5.29k • 24
How to use dflcmu/prototype_multiple_question with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("dflcmu/prototype_multiple_question")
model = AutoModelForMultipleChoice.from_pretrained("dflcmu/prototype_multiple_question")This model is a fine-tuned version of deepset/roberta-base-squad2 on the swag dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.8148 | 1.0 | 4597 | 0.6297 | 0.7594 |
| 0.5495 | 2.0 | 9194 | 0.5768 | 0.7927 |
| 0.2971 | 3.0 | 13791 | 0.6287 | 0.8095 |