CoolFace
Modelpublic

anyantudre/waxal-whisper_small_multi_s42

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

waxal-whispersmallmulti_s42

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

  • —Loss: 0.4327
  • —Wer: 0.7159
  • —Cer: 0.3848
  • —Score: 0.5504

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: linear
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 4
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCerScore
0.59960.549610000.59830.82220.41070.6165
0.42981.098920000.48460.57340.27590.4246
0.39231.648530000.45460.53800.25170.3949
0.28352.197940000.44130.49350.23470.3641
0.31162.747550000.42950.63990.32350.4817
0.24263.296860000.43580.63380.34960.4917
0.25533.846470000.43270.71590.38480.5504

Framework versions

  • —Transformers 4.57.6
  • —Pytorch 2.10.0+cu128
  • —Datasets 3.6.0
  • —Tokenizers 0.22.2