CoolFace
Modelpublic

jbochi/coedit-base

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

coedit-base

This model is a fine-tuned version of google/flan-t5-base on the CoEdIT dataset.

It achieves the following results on the evaluation set:

  • Loss: 0.5978
  • Rouge1: 60.5931
  • Rouge2: 48.0165
  • Rougel: 57.8997
  • Rougelsum: 57.9335
  • Gen Len: 16.6729

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

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsumGen Len
0.74781.069080.645259.756946.309956.430156.446416.6268
0.71272.0138160.608660.208247.2757.235657.253116.6513
0.71363.0207240.605960.374747.625757.59557.618416.6349
0.70384.0276320.599960.507547.785657.731657.769816.6735
0.69115.0345400.597860.593148.016557.899757.933516.6729

Framework versions

  • Transformers 4.35.2
  • Pytorch 2.1.0+cu118
  • Datasets 2.14.7
  • Tokenizers 0.15.0