allenai/swag
Viewer • Updated • 207k • 5.46k • 24
How to use Gladiator/distilbert-base-uncased_swag_mqa with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("Gladiator/distilbert-base-uncased_swag_mqa")
model = AutoModelForMultipleChoice.from_pretrained("Gladiator/distilbert-base-uncased_swag_mqa")This model is a fine-tuned version of distilbert-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 |
|---|---|---|---|---|
| 0.9234 | 1.0 | 2000 | 0.8556 | 0.6494 |