tau/commonsense_qa
Viewer • Updated • 12.1k • 50.4k • 150
How to use danlou/aristo-roberta-finetuned-csqa with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("danlou/aristo-roberta-finetuned-csqa")
model = AutoModelForMultipleChoice.from_pretrained("danlou/aristo-roberta-finetuned-csqa")This model is a fine-tuned version of LIAMF-USP/aristo-roberta 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.131 | 1.0 | 609 | 0.7109 | 0.7232 |
| 0.6957 | 2.0 | 1218 | 0.6912 | 0.7346 |
| 0.459 | 3.0 | 1827 | 0.8364 | 0.7305 |
| 0.3063 | 4.0 | 2436 | 1.0595 | 0.7322 |
| 0.2283 | 5.0 | 3045 | 1.2187 | 0.7305 |