CoolFace
Modelpublic

SmartWhatt/rangsitra-whisper-sm-append-0.1

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes1downloads
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. -->

Rangsitra Whisper

This model is a fine-tuned version of openai/whisper-small on the Common Voice 17.0 dataset. It achieves the following results on the evaluation set:

  • Cer: 6.1968
  • Wer: 20.8539
  • Loss: 0.1819

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
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: warmupstabledecay
  • lrschedulerwarmup_steps: 1220
  • num_epochs: 5
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepCerWerValidation Loss
0.20151.024419.446931.32010.2031
0.12322.048827.392625.07400.1723
0.07193.073237.141523.81720.1772
0.02224.097646.371521.52470.1764
0.00865.0122056.196820.85390.1819

Framework versions

  • Transformers 4.52.4
  • Pytorch 2.9.1+cu128
  • Datasets 3.6.0
  • Tokenizers 0.21.4