CoolFace
Modelpublic

sara-nabhani/t5-small-e-snli-generation-label_and_explanation-selected-b48

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes11downloads
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-small-e-snli-generation-labelandexplanation-selected-b48

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

  • —Loss: 1.9091
  • —Accuracy: 0.8658
  • —F1: 0.8659
  • —Bertscore F1: 0.9337
  • —Rouge1: 0.6050
  • —Rouge2: 0.3983
  • —Rougel: 0.5492
  • —Rougelsum: 0.5513
  • —Bleu: 0.4039

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: 0.001
  • —trainbatchsize: 48
  • —evalbatchsize: 48
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.05
  • —num_epochs: 10

Training results

Training LossEpochStepValidation LossAccuracyF1Bertscore F1Rouge1Rouge2RougelRougelsumBleu
1.72850.1720001.99450.77990.77920.92490.56310.35170.50910.51160.3617
1.33180.3540001.94940.79800.79710.92950.57660.36560.52180.52340.3785
1.26620.5260001.89830.83220.83310.92890.57690.36560.52050.52250.3727
1.22850.780001.90780.83910.83960.93130.58330.37340.53040.53210.3884
1.19730.87100001.92460.84850.84700.93030.58880.37820.53220.53390.3868
1.17151.05120001.92620.85610.85650.93310.60200.39500.54640.54790.4039
1.13681.22140001.91550.86210.86120.93130.60270.39180.54420.54630.3889
1.12811.4160001.90910.86580.86590.93370.60500.39830.54920.55130.4039

Framework versions

  • —Transformers 4.27.4
  • —Pytorch 2.0.0+cu117
  • —Datasets 2.11.0
  • —Tokenizers 0.13.2