CoolFace
Modelpublic

Pageee/FT-English-10ha

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes2downloads
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-Small En-10h

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

  • —Loss: 0.1307
  • —Wer: 3.9809

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-07
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 16
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 300
  • —training_steps: 1000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.5250.55561000.74313.4571
0.3821.11112000.56453.4836
0.17041.66673000.21114.0237
0.09532.22224000.15274.1114
0.09042.77785000.14044.0400
0.07843.33336000.13554.0482
0.07933.88897000.13313.9768
0.07764.44448000.13183.9646
0.06295.09000.13103.9830
0.07465.555610000.13073.9809

Framework versions

  • —Transformers 4.41.0.dev0
  • —Pytorch 2.3.0+cu121
  • —Datasets 2.19.1
  • —Tokenizers 0.19.1