CoolFace
Modelpublic

Gummybear05/whisper-small-E50

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

whisper-small-E30

This model is a fine-tuned version of openai/whisper-small on the aihub old adult freq speed pause changed dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1691
  • Cer: 4.5465

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

Training results

Training LossEpochStepValidation LossCer
0.72140.25811000.25075.9680
0.39270.51612000.19695.3924
0.3570.77423000.18705.2044
0.25091.03104000.17624.8520
0.16111.28905000.17524.6346
0.1591.54716000.17134.5172
0.15781.80527000.16914.5465

Framework versions

  • Transformers 4.48.0.dev0
  • Pytorch 2.5.1+cu121
  • Datasets 3.2.0
  • Tokenizers 0.21.0