tau/commonsense_qa
Viewer • Updated • 12.1k • 59.8k • 149
How to use danlou/albert-xxlarge-v2-finetuned-csqa with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("danlou/albert-xxlarge-v2-finetuned-csqa")
model = AutoModelForMultipleChoice.from_pretrained("danlou/albert-xxlarge-v2-finetuned-csqa")This model is a fine-tuned version of albert-xxlarge-v2 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 |
|---|---|---|---|---|
| 0.7464 | 1.0 | 609 | 0.5319 | 0.7985 |
| 0.3116 | 2.0 | 1218 | 0.6422 | 0.7936 |
| 0.0769 | 3.0 | 1827 | 1.2674 | 0.7952 |
| 0.0163 | 4.0 | 2436 | 1.4839 | 0.7903 |
| 0.0122 | 5.0 | 3045 | 1.6177 | 0.7871 |