CoolFace
Modelpublic

Gwenn-LR/whisper-tiny

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes5downloads
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 PolyAI/minds14 dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.5900
  • —Wer Ortho: 0.3103
  • —Wer: 0.3103

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: 5e-05
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: constantwithwarmup
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 500

Training results

Training LossEpochStepValidation LossWer OrthoWer
1.78241.7857501.07320.45650.4565
0.35283.57141000.49320.37450.3745
0.13135.35711500.52150.34300.3430
0.0357.14292000.54680.33870.3387
0.01038.92862500.59000.31030.3103
0.008510.71433000.63450.33070.3307
0.00912.53500.67710.34180.3418
0.013714.28574000.64560.33740.3374
0.013816.07144500.61710.32940.3294
0.015117.85715000.73790.43120.4312

Framework versions

  • —Transformers 4.49.0.dev0
  • —Pytorch 2.5.1+cu124
  • —Datasets 3.2.0
  • —Tokenizers 0.21.0