CoolFace
Modelpublic

Firmansyah-Ibrahim/mt5_base-silver-standard-lora

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes4downloads
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_base-silver-standard-lora

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

  • —Loss: 2.0014
  • —Rouge1: 37.7941
  • —Rouge2: 22.0953
  • —Rougel: 36.8509
  • —Rougelsum: 36.9714

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: 0.0003
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 16
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 3
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsum
35.00661.01493.036915.51095.265315.006815.042
12.44242.02982.079133.669219.278232.722432.7674
11.11393.04472.001437.794122.095336.850936.9714

Framework versions

  • —PEFT 0.18.1
  • —Transformers 5.0.0
  • —Pytorch 2.10.0+cu128
  • —Datasets 4.8.3
  • —Tokenizers 0.22.2