CoolFace
Modelpublic

mmarron14/whisper-medium-cv17-es-5000-steps_proc3-def3

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes7downloads
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 Medium CV17 Es 5000 steps with the same training configuration and processing of text as 500-stepsproc3-def3 -with filtering 30sec, customised optimizer, and processing of text using method 3- ; but with the values for some trainingargs scaled in proportion to 5000 - María Marrón

This model is a fine-tuned version of openai/whisper-medium on the Common Voice 17.0 dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.1402
  • —Wer Ortho: 9.1690
  • —Wer: 5.1498

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: 2
  • —evalbatchsize: 4
  • —seed: 42
  • —gradientaccumulationsteps: 32
  • —totaltrainbatch_size: 64
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 5000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerWer Ortho
0.18060.510000.17036.276010.5261
0.16071.020000.15365.46699.6349
0.15990.630000.15255.39079.4987
0.14680.840000.14485.13339.2110
0.15081.050000.14025.14989.1690

Framework versions

  • —Transformers 4.53.2
  • —Pytorch 2.9.1+cu128
  • —Datasets 2.14.4
  • —Tokenizers 0.21.4