CoolFace
Modelpublic

smutuvi/ndizi-whisper-small-optimized

sourceHugging Faceapache-2.0updated 8mo 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. -->

ndizi-whisper-small-optimized

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

  • Loss: 0.7947
  • Wer: 0.3971
  • Cer: 0.1473

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: 4
  • evalbatchsize: 4
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 8
  • optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 200
  • num_epochs: 10
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
0.88391.02660.74070.46850.1726
0.54222.05320.60390.42530.1538
0.37113.07980.59600.40950.1490
0.23734.010640.60730.40320.1464
0.13415.013300.65480.40160.1470
0.07916.015960.68930.40350.1457
0.04297.018620.72180.40550.1495
0.01998.021280.76570.39490.1421
0.01329.023940.78340.39790.1450
0.006610.026600.79470.39710.1473

Framework versions

  • Transformers 4.57.3
  • Pytorch 2.8.0+cu128
  • Datasets 3.6.0
  • Tokenizers 0.22.2