CoolFace
Modelpublic

smutuvi/ndizi-whisper-small-optimized_2

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes4downloads
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.8405
  • Wer: 0.4023
  • Cer: 0.1522

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
1.57731.01371.07630.55430.2140
0.80572.02740.72560.44440.1627
0.42193.04110.65500.42260.1669
0.274.05480.67210.40860.1583
0.16475.06850.69970.42990.1664
0.09896.08220.73980.40980.1526
0.06367.09590.77760.41010.1561
0.03768.010960.80470.39840.1502
0.02079.012330.82930.40250.1509
0.011410.013700.84050.40230.1522

Framework versions

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