allenai/swag
Viewer • Updated • 207k • 5.74k • 24
How to use thyagosme/bert-base-uncased-finetuned-swag with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("thyagosme/bert-base-uncased-finetuned-swag")
model = AutoModelForMultipleChoice.from_pretrained("thyagosme/bert-base-uncased-finetuned-swag")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.7708 | 1.0 | 4597 | 0.6025 | 0.7659 |
| 0.4015 | 2.0 | 9194 | 0.6287 | 0.7841 |
| 0.1501 | 3.0 | 13791 | 1.0438 | 0.7915 |