CoolFace
Modelpublic

Gummybear05/whisper-small-E50_speed_pause2

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

This model is a fine-tuned version of openai/whisper-small on the aihub old adult freq speed pause changed dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1714
  • Cer: 8.0886

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: 8
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 16
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 50
  • num_epochs: 2
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossCer
0.30290.12891000.24626.1971
0.1610.25792000.21665.6861
0.19670.38683000.20875.7625
0.15610.51584000.20145.3513
0.13720.64475000.19735.5686
0.11910.77376000.18595.2455
0.11750.90267000.18015.3865
0.06971.03098000.17545.1281
0.05581.15999000.17934.8578
0.05711.288810000.17464.8931
0.05421.417811000.17655.7096
0.05141.546712000.17447.9300
0.05271.675713000.17519.3867
0.04691.804614000.171212.9171
0.04781.933615000.17148.0886

Framework versions

  • Transformers 4.47.0.dev0
  • Pytorch 2.5.0+cu121
  • Datasets 3.1.0
  • Tokenizers 0.20.3