CoolFace
Modelpublic

shamikbose89/mt5-small-finetuned-arxiv-cs

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes43downloads
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-arxiv-cs

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

  • —Loss: 1.6922
  • —Rouge1: 0.7734
  • —Rouge2: 0.2865
  • —Rougel: 0.6665
  • —Rougelsum: 0.6743

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: 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: 4

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsum
14.09471.05002.76661.21010.4591.14261.1385
2.85242.010001.82080.00.00.00.0
2.26233.015001.69220.77340.28650.66650.6743

Framework versions

  • —Transformers 4.12.5
  • —Pytorch 1.10.0+cu111
  • —Datasets 1.15.1
  • —Tokenizers 0.10.3