CoolFace
Modelpublic

danlou/roberta-large-finetuned-csqa

sourceHugging Facemitupdated 5y agoView on Hugging Face
0likes19kdownloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

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:

  • Loss: 0.9146
  • Accuracy: 0.7330

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 1e-05
  • trainbatchsize: 16
  • evalbatchsize: 16
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 5
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
1.39031.06090.88450.6642
0.89392.012180.70540.7281
0.61633.018270.74520.7314
0.42454.024360.83690.7355
0.32585.030450.91460.7330

Framework versions

  • Transformers 4.9.0
  • Pytorch 1.9.0
  • Datasets 1.10.2
  • Tokenizers 0.10.3