allenai/swag
Viewer • Updated • 207k • 3.74k • 24
How to use bkowshik/swag-multiple-choice with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("bkowshik/swag-multiple-choice")
model = AutoModelForMultipleChoice.from_pretrained("bkowshik/swag-multiple-choice")This model is a fine-tuned version of bert-base-uncased 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 |
|---|---|---|---|---|
| No log | 1.0 | 157 | 0.8148 | 0.6848 |
| No log | 2.0 | 314 | 0.8738 | 0.702 |
| No log | 3.0 | 471 | 1.0120 | 0.7052 |
Base model
google-bert/bert-base-uncased