CoolFace
Modelpublic

Seungjun/textGeneration_06

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. -->

textGeneration_06

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

  • Loss: 3.7405
  • Rouge1: 12.1154
  • Rouge2: 1.7291
  • Rougel: 9.4055
  • Rougelsum: 11.035
  • Gen Len: 937.368

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

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsumGen Len
4.21681.012503.840512.16951.74579.382111.0907896.12
4.10052.025003.784011.9331.70349.326910.8944938.399
4.06783.037503.757912.00661.73889.330110.9558936.662
4.04114.050003.744512.05421.71889.403211.0116932.645
4.03595.062503.740512.11541.72919.405511.035937.368

Framework versions

  • Transformers 4.28.1
  • Pytorch 2.0.0+cu118
  • Datasets 2.11.0
  • Tokenizers 0.13.3