CoolFace
Modelpublic

GilbertKrantz/Scientific-Paper-Summarization

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

Scientific-Paper-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: 3.7936
  • —Rouge1: 0.1499
  • —Rouge2: 0.0276
  • —Rougel: 0.1159
  • —Rougelsum: 0.1155
  • —Gen Len: 18.965

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: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —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
No log1.0633.90120.13890.02320.10610.105819.0
No log2.01263.82230.14790.02570.11490.114618.965
No log3.01893.79870.14920.02740.11590.115518.965
No log4.02523.79360.14990.02760.11590.115518.965

Framework versions

  • —Transformers 4.45.1
  • —Pytorch 2.4.0
  • —Datasets 3.0.1
  • —Tokenizers 0.20.0