allenai/swag
Viewer • Updated • 207k • 5.72k • 24
How to use nhero/my_awesome_swag_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("nhero/my_awesome_swag_model")
model = AutoModelForMultipleChoice.from_pretrained("nhero/my_awesome_swag_model")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 |
|---|---|---|---|---|
| 0.7648 | 1.0 | 4597 | 0.6142 | 0.7665 |
| 0.3854 | 2.0 | 9194 | 0.6302 | 0.7869 |
| 0.1328 | 3.0 | 13791 | 1.0109 | 0.7914 |
Base model
google-bert/bert-base-uncased