allenai/swag
Viewer • Updated • 207k • 5.62k • 24
How to use normanStorm/my_awesome_mc_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("normanStorm/my_awesome_mc_model")
model = AutoModelForMultipleChoice.from_pretrained("normanStorm/my_awesome_mc_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 |
|---|---|---|---|---|
| No log | 1.0 | 35 | 1.0527 | 0.65 |
| No log | 2.0 | 70 | 0.8225 | 0.7 |
| No log | 3.0 | 105 | 0.8509 | 0.7357 |