CoolFace
Modelpublic

hosseinmhmdkhani/mt5-small-finetuned-persian-news-summarization-with-additional-hyperparameters

sourceHugging Faceapache-2.0updated 8d agoView on Hugging Face
0likes97downloads
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-persian-news-summarization-with-additional-hyperparameters

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.2368
  • —Rouge1 Precision: 61.1637
  • —Rouge1 Recall: 50.8564
  • —Rouge1 F1: 53.4468
  • —Rouge2 Precision: 43.7489
  • —Rouge2 Recall: 36.4625
  • —Rouge2 F1: 38.2205
  • —Rougel Precision: 53.1324
  • —Rougel Recall: 44.3405
  • —Rougel F1: 46.5079

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: 4e-05
  • —trainbatchsize: 4
  • —evalbatchsize: 4
  • —seed: 42
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 32
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 4

Training results

Training LossEpochStepValidation LossRouge1 PrecisionRouge1 RecallRouge1 F1Rouge2 PrecisionRouge2 RecallRouge2 F1Rougel PrecisionRougel RecallRougel F1
2.43391.03021.372652.455230.213835.752534.270619.541623.15445.155325.957930.6864
1.75362.06041.265661.59548.018151.681844.149934.470937.035953.705441.963245.111
1.6443.09061.239061.338750.358453.200743.945936.157538.096753.348943.957246.3486
1.62694.012081.236861.163750.856453.446843.748936.462538.220553.132444.340546.5079

Framework versions

  • —Transformers 4.57.6
  • —Pytorch 2.11.0+cu128
  • —Datasets 4.8.5
  • —Tokenizers 0.22.2