CoolFace
Modelpublic

ruchita1010/pegasuscnn-dailymail_billsum_model

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

pegasuscnn-dailymailbillsummodel

This model is a fine-tuned version of google/pegasus-cnn_dailymail on the billsum dataset. It achieves the following results on the evaluation set:

  • —Loss: 1.6747
  • —Rouge1: 0.4804
  • —Rouge2: 0.2362
  • —Rougel: 0.3218
  • —Rougelsum: 0.3218
  • —Gen Len: 123.3669

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

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsumGen Len
2.62271.01981.90910.42890.19380.29450.2947120.1855
1.97142.03961.81470.45170.20930.30590.3061120.7742
1.9033.05941.76460.46070.22070.30980.3102121.121
1.79734.07921.73620.47190.22640.31790.3178122.3185
1.78685.09901.71370.47790.23140.31910.3192123.2379
1.74576.011881.69580.47480.22960.31710.317123.2056
1.66877.013861.68730.47950.23520.32160.3216123.2702
1.67518.015841.68060.48350.23840.32480.3245122.8266
1.65649.017821.67580.48140.23590.32170.3216123.2984
1.633310.019801.67470.48040.23620.32180.3218123.3669

Framework versions

  • —Transformers 4.34.1
  • —Pytorch 2.1.0+cu118
  • —Datasets 2.14.6
  • —Tokenizers 0.14.1