allenai/swag
Viewer • Updated • 207k • 5.29k • 24
How to use NAJIX/my_awesome_swag_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("NAJIX/my_awesome_swag_model")
model = AutoModelForMultipleChoice.from_pretrained("NAJIX/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.7571 | 1.0 | 2299 | 0.5683 | 0.7843 |
| 0.3782 | 2.0 | 4598 | 0.5579 | 0.7973 |
| 0.1486 | 3.0 | 6897 | 0.7517 | 0.8018 |