CoolFace
Modelpublic

susmitabhatt/whisper-a-nomimo-17

sourceHugging Faceapache-2.0updated 2y 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. -->

whisper-a-nomimo-17

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.0292
  • Wer: 9.7222

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: 0.0004
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 16
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 132
  • num_epochs: 17
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.98311.01040.203133.0247
0.31342.02080.113887.1142
0.06383.03120.090727.4691
0.05034.04160.074526.4660
0.05925.05200.036125.3858
0.03296.06240.067427.7006
0.02767.07280.052447.0679
0.03228.08320.032112.5
0.0159.09360.035713.6574
0.011710.010400.033510.3395
0.007511.011440.038712.1914
0.008512.012480.03069.8765
0.005613.013520.03119.0278
0.003114.014560.02748.9506
0.003815.015600.02889.7222
0.002416.016640.02889.4136
0.001316.840617510.02929.7222

Framework versions

  • Transformers 4.47.0
  • Pytorch 2.4.0
  • Datasets 3.1.0
  • Tokenizers 0.21.0