CoolFace
Modelpublic

Gummybear05/whisper-small-E10_speed_pause

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

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

  • Loss: 0.2307
  • Cer: 7.4836

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.43880.12891000.30257.1957
0.26560.25792000.25676.9725
0.21930.38683000.25417.3073
0.20210.51584000.24267.2075
0.19130.64475000.24657.6539
0.16170.77376000.24497.0371
0.15610.90267000.24037.1546
0.07341.03168000.23297.5070
0.05711.16059000.23297.4424
0.06311.289510000.23307.5952
0.061.418411000.23587.5129
0.06551.547412000.23057.4659
0.06111.676313000.23037.3308
0.05741.805314000.23087.5482
0.06151.934215000.23077.4836

Framework versions

  • Transformers 4.46.0.dev0
  • Pytorch 2.4.1+cu121
  • Datasets 3.0.1
  • Tokenizers 0.20.1