CoolFace
Modelpublic

jkv53/mt5-small-finetuned-13f-reports

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

mt5-small-finetuned-13f-reports

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

  • Loss: 1.4818
  • Rouge1: 0.3235
  • Rouge2: 0.2725
  • Rougel: 0.3146
  • Rougelsum: 0.3161

Model description

More information needed

Intended uses & limitations

The model was fine tuned on a dataset of 1000+ quarterly 13F reports. It is intended for use with automating the generation of summaries of articles before they are published. This allows you to put in a TL;DR summary without having to write one on your own.

NOTE: The HuggingFace hosted Inference API interface takes the default parameters and so only outputs about 20 words of text. To get a full summary, use the Inference API directly and pass in max_length=120 or so.

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 5.6e-05
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 8

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsum
11.46621.01262.93290.20230.09980.17170.1792
3.44012.02521.99140.31420.25730.30150.3036
2.51393.03781.74930.31310.25760.30220.3039
2.1524.05041.64650.31140.25640.30090.3024
1.96245.06301.56070.32020.26950.31140.3127
1.8516.07561.51630.32050.27040.31010.311
1.80027.08821.48480.32250.27180.31480.3161
1.78648.010081.48180.32350.27250.31460.3161

Framework versions

  • Transformers 4.34.0
  • Pytorch 2.0.1+cu118
  • Datasets 2.14.5
  • Tokenizers 0.14.0