CoolFace
Modelpublic

kennethge123/bigbench_entailedpolarity-t5-base

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

bigbench_entailedpolarity-t5-base

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

  • —Loss: 0.3881
  • —Accuracy: 0.9583

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: 4
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracy
No log1.0240.48600.875
No log2.0480.32000.875
No log3.0720.31070.9167
No log4.0960.36660.9167
No log5.01200.52730.9167
No log6.01440.31900.9583
No log7.01680.33280.9583
No log8.01920.59940.9167
No log9.02160.65150.9167
No log10.02400.64350.9167
No log11.02640.64500.9167
No log12.02880.65650.9167
No log13.03120.64840.9167
No log14.03360.63760.9167
No log15.03600.68080.9167
No log16.03840.68840.9167
No log17.04080.65020.9167
No log18.04320.67810.9167
No log19.04560.38940.9583
No log20.04800.38810.9583

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 1.10.1+cu102
  • —Datasets 2.15.0
  • —Tokenizers 0.15.0