CoolFace
Modelpublic

susnato/whisper-tiny-en-minds14

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes22downloads
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 Tiny

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

  • Loss: 0.6262
  • Wer Ortho: 0.3455
  • Wer: 0.3335

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: 2e-05
  • trainbatchsize: 32
  • evalbatchsize: 32
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: cosine
  • lrschedulerwarmup_ratio: 0.1
  • num_epochs: 10

Training results

Training LossEpochStepValidation LossWer OrthoWer
3.74231.0152.95840.52750.4079
0.51122.0300.77220.40220.3731
0.25423.0450.60020.38370.3619
0.11964.0600.57390.34920.3294
0.02145.0750.58430.36520.3542
0.06596.0900.60470.34180.3282
0.03227.01050.61340.35600.3424
0.00498.01200.61800.35530.3406
0.03489.01350.62420.34420.3323
0.133210.01500.62620.34550.3335

Framework versions

  • Transformers 4.31.0.dev0
  • Pytorch 1.13.1
  • Datasets 2.13.1
  • Tokenizers 0.13.2