community-datasets/reclor
Updated • 514 • 3
How to use NAJIX/my_awesome_reclor_model_test with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("NAJIX/my_awesome_reclor_model_test")
model = AutoModelForMultipleChoice.from_pretrained("NAJIX/my_awesome_reclor_model_test")This model is a fine-tuned version of bert-base-uncased on the reclor 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 | 290 | 1.2555 | 0.422 |
| 1.2285 | 2.0 | 580 | 1.2556 | 0.48 |
| 1.2285 | 3.0 | 870 | 1.4745 | 0.486 |