allenai/swag
Viewer • Updated • 207k • 5.62k • 24
How to use therajmaurya/qa_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("therajmaurya/qa_model")
model = AutoModelForMultipleChoice.from_pretrained("therajmaurya/qa_model")This model is a fine-tuned version of google-bert/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.7622 | 1.0 | 4597 | 0.6089 | 0.7635 |
| 0.3862 | 2.0 | 9194 | 0.6362 | 0.7888 |
| 0.1407 | 3.0 | 13791 | 1.0121 | 0.7917 |
Base model
google-bert/bert-base-uncased