dataset-org/dream
Updated • 815 • 9
How to use SuryaaSeran/bert-base-uncased-finetuned-swag with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("SuryaaSeran/bert-base-uncased-finetuned-swag")
model = AutoModelForMultipleChoice.from_pretrained("SuryaaSeran/bert-base-uncased-finetuned-swag")This model is a fine-tuned version of bert-base-uncased on the dream 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 |
|---|---|---|---|---|
| 1.1039 | 1.0 | 3058 | 1.0983 | 0.3779 |
| 1.0995 | 2.0 | 6116 | 1.0986 | 0.3544 |
| 1.1029 | 3.0 | 9174 | 1.0986 | 0.3642 |