CoolFace
Modelpublic

chinhon/pegasus-multi_news-headline_57k

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

pegasus-multinews-headline57k

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

  • —Loss: 1.4503
  • —Rouge1: 42.3147
  • —Rouge2: 23.2213
  • —Rougel: 35.7441
  • —Rougelsum: 35.8964
  • —Gen Len: 33.8245

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
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 3
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsumGen Len
1.65461.0113391.517041.782222.784335.391335.574934.1139
1.51322.0226781.460242.016122.977835.535735.692133.9944
1.41473.0340171.450342.314723.221335.744135.896433.8245

Framework versions

  • —Transformers 4.23.1
  • —Pytorch 1.12.1+cu113
  • —Datasets 2.6.0
  • —Tokenizers 0.13.1