CoolFace
Modelpublic

vxbrandon/t5-base_cola_dense

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes9downloads
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. -->

t5-basecoladense

This model is a fine-tuned version of t5-base on the glue dataset. It achieves the following results on the evaluation set:

  • Loss: 0.6351
  • Accuracy: 0.6913

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: 5e-05
  • trainbatchsize: 32
  • evalbatchsize: 64
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 64
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 200
  • num_epochs: 1

Training results

Training LossEpochStepValidation LossAccuracy
0.63310.07100.62630.6855
0.6260.15200.62470.6826
0.64120.22300.62400.6865
0.64970.3400.62100.6874
0.62260.37500.62130.6874
0.61830.45600.61980.6894
0.60340.52700.62020.6894
0.58020.6800.62190.6913
0.60050.67900.62610.6913
0.61780.751000.63310.6922
0.58870.821100.63440.6913
0.64920.91200.63710.6913
0.63330.971300.63760.6913

Framework versions

  • Transformers 4.34.0
  • Pytorch 2.0.1+cu118
  • Datasets 2.14.5
  • Tokenizers 0.14.1