CoolFace
Modelpublic

Goshective/opus_books_model_english

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

opusbooksmodel_english

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

  • —Loss: 2.0262
  • —Bleu: 0.2611
  • —Gen Len: 18.4414

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: 64
  • —evalbatchsize: 64
  • —seed: 42
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 15
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossBleuGen Len
No log1.02192.38850.011418.7877
No log2.04382.29080.084918.544
2.60583.06572.22990.100918.4923
2.60584.08762.18650.133418.5091
2.39585.010952.15100.147918.4726
2.39586.013142.12180.194718.4471
2.31647.015332.09840.225418.4531
2.31648.017522.07930.238818.4211
2.31649.019712.06410.238718.4614
2.267410.021902.05230.247618.4463
2.267411.024092.04270.248518.4343
2.236612.026282.03530.255518.4383
2.236613.028472.03020.256118.4394
2.217714.030662.02730.259718.4366
2.217715.032852.02620.261118.4414

Framework versions

  • —Transformers 4.46.2
  • —Pytorch 2.5.1+cu121
  • —Datasets 3.1.0
  • —Tokenizers 0.20.3