CoolFace
Modelpublic

wandererupak/whisper-small-n-demo-final-augmented-new-data-X

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes12downloads
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 N- Augmented

This model is a fine-tuned version of openai/whisper-small on the N Demo Final (Augmented) dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.5186
  • —Wer: 52.4803
  • —Cer: 23.2548

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 OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_steps: 0.1
  • —num_epochs: 15
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
1.41150.99652850.606675.393727.9735
1.07031.99305700.482164.803122.3183
0.80492.98958550.438360.826823.3196
0.65653.986011400.418955.078719.8473
0.50144.982514250.419152.559118.8171
0.34445.979017100.421652.047219.9769
0.23556.975519950.446249.330718.1975
0.18767.972022800.459951.378019.2061
0.11808.968525650.471949.015717.7941
0.08849.965028500.488849.409418.0895
0.071210.961531350.501748.622017.7509
0.052511.958034200.509748.425217.5420
0.047712.954537050.515249.173218.4353
0.046913.951039900.519151.929123.0891
0.047314.947642750.518652.480323.2548

Framework versions

  • —Transformers 5.2.0
  • —Pytorch 2.9.0+cu128
  • —Datasets 4.5.0
  • —Tokenizers 0.22.2