CoolFace
Modelpublic

antonkurylo/t5-base-news_headlines_8tokens

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes11downloads
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-base-news_headlines

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

  • —Loss: 0.8974
  • —Rouge1: 57.2262
  • —Rouge2: 42.0378
  • —Rougel: 56.5748
  • —Rougelsum: 56.5201

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

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsum
1.9771.015311.388541.704523.367340.729240.6837
1.48272.030621.226546.260227.703645.341245.3728
1.26173.045931.071349.673832.017748.918648.9156
1.11684.061240.992352.382435.749351.743451.706
1.00415.076550.943955.684240.086454.950355.0016
0.93056.091860.908556.598741.444355.919255.9222
0.87637.0107170.897457.226242.037856.574856.5201

Framework versions

  • —Transformers 4.28.0
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.12.0
  • —Tokenizers 0.13.3