CoolFace
Modelpublic

volkan-aslan/whisper-tiny-tr-optimized-v2

sourceHugging Faceapache-2.0updated 1y 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 Tiny TR Optimized V2- Volkan ASLAN

This model is a fine-tuned version of openai/whisper-tiny on the Common Voice 17.0 dataset. It achieves the following results on the evaluation set:

  • Loss: 0.7111
  • Wer: 38.2594

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: 7e-05
  • trainbatchsize: 128
  • evalbatchsize: 128
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 600
  • training_steps: 8000

Training results

Training LossEpochStepValidation LossWer
0.35221.37745000.575744.1437
0.22752.754810000.542342.0455
0.08364.132215000.547241.2382
0.06095.509620000.575640.3372
0.04326.887125000.607440.9146
0.0188.264530000.629539.7496
0.01569.641935000.664640.7170
0.008611.019340000.661740.3321
0.005212.396745000.681239.7224
0.002413.774150000.688839.1586
0.00115.151555000.692738.5881
0.000916.528960000.695938.5557
0.000817.906365000.701238.2134
0.000519.283770000.706638.3054
0.000520.661275000.709738.3871
0.000522.038680000.711138.2594

Framework versions

  • Transformers 4.51.3
  • Pytorch 2.5.1+cu124
  • Datasets 3.5.0
  • Tokenizers 0.21.0