CoolFace
Modelpublic

razhan/whisper-base-sdh

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes18downloads
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-base-sdh

This model is a fine-tuned version of openai/whisper-base on the razhan/DOLMA-speech southern_kurdish dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.6611
  • —Wer: 0.6882
  • —Cer: 0.2165

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: 192
  • —evalbatchsize: 128
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 2
  • —totaltrainbatch_size: 384
  • —totalevalbatch_size: 256
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 1
  • —num_epochs: 5.0
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
3.83941.0161.96960.98490.6163
1.35072.0321.09060.89560.4107
0.98983.0480.79820.78720.2881
0.68344.0640.69410.71530.2266
0.59815.0800.66110.68820.2165

Framework versions

  • —Transformers 4.49.0.dev0
  • —Pytorch 2.6.0+cu124
  • —Datasets 3.2.0
  • —Tokenizers 0.21.0