CoolFace
Modelpublic

gayanin/t5-small-mlm-paraphrasing

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

t5-small-mlm-paraphrasing

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

  • Loss: 0.4243
  • Rouge2 Precision: 0.8281
  • Rouge2 Recall: 0.6508
  • Rouge2 Fmeasure: 0.7125

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: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 10

Training results

Training LossEpochStepValidation LossRouge2 PrecisionRouge2 RecallRouge2 Fmeasure
0.64450.755000.50490.8210.64770.7078
0.52271.5110000.47480.82430.64920.7099
0.51262.2615000.45940.82540.65060.7111
0.48583.0220000.44920.82660.6510.712
0.46693.7725000.44210.82680.65080.7118
0.46844.5230000.43740.82720.65130.7124
0.4635.2835000.43420.82740.65080.712
0.45586.0340000.43010.82780.65080.7123
0.45536.7945000.42830.82790.65070.7122
0.4437.5450000.42590.82810.65110.7125
0.4418.355000.42630.8280.65030.7121
0.4449.0560000.42440.82810.65070.7125
0.43929.865000.42430.82810.65080.7125

Framework versions

  • Transformers 4.17.0
  • Pytorch 1.10.0+cu111
  • Datasets 1.18.4
  • Tokenizers 0.11.6