CoolFace
Modelpublic

thrunlab/t5-base_rte_dense_sp0_ar0

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

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.9086
  • Accuracy: 0.0

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: 8
  • evalbatchsize: 16
  • seed: 1
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 16
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 20
  • num_epochs: 5

Training results

Training LossEpochStepValidation LossAccuracy
0.67870.16250.68500.5307
0.70340.32500.66890.5704
0.64780.48750.63560.6570
0.68890.641000.61880.6859
0.5880.81250.58920.6859
0.59890.961500.68020.6606
0.53921.121750.58360.7329
0.54971.282000.67580.6715
0.55671.442250.70560.6643
0.50631.62500.56170.7401
0.56441.762750.57370.7256
0.60181.923000.61790.7112
0.45542.083250.53390.7509
0.37782.243500.54950.7726

Framework versions

  • Transformers 4.34.1
  • Pytorch 2.0.1+cu117
  • Datasets 2.9.0
  • Tokenizers 0.14.1