CoolFace
Modelpublic

thrunlab/t5-large_cola_dense_epochs-7_decoder_all_sparsity10

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes6downloads
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-largecoladenseepochs-7decoderallsparsity10

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

  • Loss: 4.6969
  • Accuracy: 0.8380

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

Training results

Training LossEpochStepValidation LossAccuracy
0.54410.37250.58130.6913
0.39690.75500.52190.8044
0.35371.12750.47130.8313
0.29051.491000.63080.8150
0.31571.871250.43010.8341
0.22082.241502.31470.8332
0.22312.611750.46120.8341
0.24042.992001.54710.8265
0.16973.362250.87010.8313
0.1313.732501.26420.8380
0.12194.12750.99260.8370
0.26474.483005.19190.8341
0.13294.853252.27260.8418
0.08575.223504.21930.8370
0.09895.63755.36040.8389
0.25575.974003.02460.8341
0.26176.344255.66300.8456
0.25266.724506.04740.8360

Framework versions

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