CoolFace
Modelpublic

susmitabhatt/whisper-a-nomimo-trial

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-trial

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.0304
  • Wer: 18.6667

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: 20
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
1.1391.01040.207837.6667
0.11232.02080.143440.0
0.06763.03120.092932.3333
0.10274.04160.114045.3333
0.03045.05200.168344.0
0.03096.06240.144041.0
0.02317.07280.090436.3333
0.01848.08320.093135.3333
0.01819.09360.071530.6667
0.011810.010400.089035.6667
0.009511.011440.041421.0
0.009212.012480.072137.3333
0.006513.013520.094028.3333
0.006114.014560.056028.3333
0.005815.015600.053429.0000
0.00416.016640.037520.0
0.002917.017680.043622.3333
0.002618.018720.031816.0
0.002119.019760.031919.6667
0.001519.811620600.030418.6667

Framework versions

  • Transformers 4.47.0.dev0
  • Pytorch 2.4.0
  • Datasets 3.0.1
  • Tokenizers 0.20.0