CoolFace
Modelpublic

JackismyShephard/whisper-tiny-finetuned-minds14

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
3likes15downloads
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-finetuned-minds14

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.5953
  • —Wer Ortho: 0.3516
  • —Wer: 0.3371

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

Training results

Training LossEpochStepValidation LossWer OrthoWer
3.97350.89252.85010.52810.3979
1.87741.79500.82370.44050.4067
0.532.68750.58230.38740.3695
0.29623.571000.53740.37260.3642
0.19824.461250.52730.36580.3571
0.13615.361500.54350.37010.3548
0.07116.251750.54890.36090.3483
0.03877.142000.58260.36640.3566
0.02218.042250.59530.35160.3371
0.01238.932500.61450.35100.3418
0.00619.822750.64060.35970.3542
0.004110.713000.63110.34790.3406
0.00311.613250.65130.37010.3619
0.001912.53500.66300.36520.3613
0.002513.393750.66720.36340.3601
0.002314.294000.67380.34420.3418
0.001115.184250.67460.34610.3436
0.001216.074500.67880.34420.3430
0.001316.964750.68650.34480.3447
0.000917.865000.69210.34670.3459

Framework versions

  • —Transformers 4.37.0.dev0
  • —Pytorch 2.1.2+cu118
  • —Datasets 2.15.0
  • —Tokenizers 0.15.0