CoolFace
Modelpublic

siddheshtv/abstractive_summarization

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

abstractive_summarization

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

  • —Loss: 2.0699
  • —Rouge1: 0.166
  • —Rouge2: 0.1297
  • —Rougel: 0.1594
  • —Rougelsum: 0.1593
  • —Gen Len: 18.9974

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: 4
  • —evalbatchsize: 4
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 8
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 4
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsumGen Len
2.4651.016582.19440.16130.12440.15380.153718.996
2.35252.033162.11010.16460.1280.15720.157118.9974
2.28443.049742.07790.16550.12910.15870.158618.9965
2.28744.066322.06990.1660.12970.15940.159318.9974

Framework versions

  • —Transformers 4.41.2
  • —Pytorch 2.3.0+cu121
  • —Datasets 2.20.0
  • —Tokenizers 0.19.1