CoolFace
Modelpublic

guilhermebastos96/whisper_small_finetuning

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes3downloads
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. -->

whispersmallfinetuning

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

  • Loss: 0.2716
  • Wer: 48.9738

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: 16
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 500
  • training_steps: 8000
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.24440.508910000.264948.0031
0.1181.017820000.241937.8841
0.11141.526730000.241641.9230
0.05392.035640000.241030.5662
0.04642.544550000.244445.3100
0.02733.053460000.256141.4272
0.02233.562370000.267844.1767
0.00864.071280000.271648.9738

Framework versions

  • Transformers 4.41.2
  • Pytorch 2.2.1
  • Datasets 2.19.1
  • Tokenizers 0.19.1