CoolFace
Modelpublic

yangyida/t5_small_earning_conference_call_stats

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

t5smallearningconferencecall_stats

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

  • —Loss: 1.0694
  • —Rouge1: 0.6953
  • —Rouge2: 0.5056
  • —Rougel: 0.6725
  • —Rougelsum: 0.6722
  • —Gen Len: 11.2935

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: 0.005
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —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
1.6071.05691.24170.66140.4670.64270.642711.6291
1.11192.011381.08790.68050.48750.65910.659211.2556
0.83883.017071.03450.69210.50150.66840.667911.3868
0.59614.022761.06940.69530.50560.67250.672211.2935

Framework versions

  • —Transformers 4.41.1
  • —Pytorch 2.3.0
  • —Datasets 2.19.1
  • —Tokenizers 0.19.1