CoolFace
Modelpublic

iqbalasrif/whisper-tiny-hyperparameter

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. -->

hyperparameter

This model is a fine-tuned version of openai/whisper-tiny.en on the lalipa/jvidasrsplit jvidasrsource dataset. It achieves the following results on the evaluation set:

  • Loss: 1.4506
  • Wer: 0.6884
  • Cer: 0.2050

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: 16
  • evalbatchsize: 16
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 32
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 100
  • training_steps: 300

Training results

Training LossEpochStepValidation LossWerCer
3.96940.1020303.77821.87481.0887
3.37350.2041602.95981.00190.4254
2.54490.3061902.19890.88200.3221
1.99870.40821201.86480.80040.2606
1.76710.51021501.69090.76190.2312
1.62850.61221801.58630.73360.2245
1.54750.71432101.52510.72160.2213
1.47930.81632401.48070.69420.2035
1.50130.91842701.45820.69040.2057
1.44381.02043001.45060.68840.2050

Framework versions

  • Transformers 4.46.0.dev0
  • Pytorch 2.4.1
  • Datasets 3.0.1
  • Tokenizers 0.20.0