CoolFace
Modelpublic

damsi456/my_awesome_billsum_model

sourceHugging Faceapache-2.0updated 29d agoView on Hugging Face
0likes25downloads
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. -->

myawesomebillsum_model

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.4423
  • —Rouge1: 0.1475
  • —Rouge2: 0.0572
  • —Rougel: 0.1227
  • —Rougelsum: 0.1226
  • —Gen Len: 19.0

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: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 4
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsumGen Len
No log1.0622.57180.1340.0440.10870.10919.0
No log2.01242.49160.13670.04680.11220.112119.0
No log3.01862.45390.14270.05260.11860.118719.0
No log4.02482.44230.14750.05720.12270.122619.0

Framework versions

  • —Transformers 5.15.1
  • —Pytorch 2.11.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.22.2