allenai/swag
Viewer • Updated • 207k • 6.28k • 24
How to use starboy1985/bert-base-uncased-finetuned-swag with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("starboy1985/bert-base-uncased-finetuned-swag")
model = AutoModelForMultipleChoice.from_pretrained("starboy1985/bert-base-uncased-finetuned-swag", device_map="auto")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.7441 | 1.0 | 4597 | 0.6021 | 0.7666 |
| 0.375 | 2.0 | 9194 | 0.6227 | 0.7862 |
| 0.1344 | 3.0 | 13791 | 1.0341 | 0.7912 |