CoolFace
Modelpublic

ubikpt/t5-small-finetuned-cnn-v2

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
1likes4.4kdownloads
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-finetuned-cnn-v2

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

  • —Loss: 1.5474
  • —Rouge1: 35.154
  • —Rouge2: 18.683
  • —Rougel: 30.8481
  • —Rougelsum: 32.9638

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

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsum
1.88231.0358901.587834.967618.492730.675332.7702
1.78712.0717801.570934.920518.555630.651432.745
1.75073.01076701.558634.982518.496430.672432.7644
1.72534.01435601.558435.07418.617130.800732.9132
1.7055.01794501.552835.02318.578730.701432.8396
1.68946.02153401.551835.058318.675430.79132.8814
1.67767.02512301.546835.223618.681230.894433.0362
1.66878.02871201.547435.15418.68330.848132.9638

Framework versions

  • —Transformers 4.14.0
  • —Pytorch 1.5.0
  • —Datasets 2.3.2
  • —Tokenizers 0.10.3