tau/commonsense_qa
Viewer • Updated • 12.1k • 61.1k • 149
How to use danlou/roberta-large-finetuned-csqa with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("danlou/roberta-large-finetuned-csqa")
model = AutoModelForMultipleChoice.from_pretrained("danlou/roberta-large-finetuned-csqa")This model is a fine-tuned version of roberta-large on the commonsense_qa 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.3903 | 1.0 | 609 | 0.8845 | 0.6642 |
| 0.8939 | 2.0 | 1218 | 0.7054 | 0.7281 |
| 0.6163 | 3.0 | 1827 | 0.7452 | 0.7314 |
| 0.4245 | 4.0 | 2436 | 0.8369 | 0.7355 |
| 0.3258 | 5.0 | 3045 | 0.9146 | 0.7330 |