CoolFace
Modelpublic

dkt-py-bot/whisper-small-DL-Twi

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes70downloads
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-DL-Twi

This model is a fine-tuned version of openai/whisper-tiny on the Twi- native Ghanaian language. dataset. It achieves the following results on the evaluation set:

  • Loss: 0.0056
  • Wer: 21.9877
  • Cer: 19.3600

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

Training results

Training LossEpochStepValidation LossWerCer
0.02280.570110000.023931.673625.7396
0.00551.140320000.008919.469014.9189
0.00281.710430000.006127.297522.3501
0.00342.280540000.005621.987719.3600

Framework versions

  • Transformers 4.48.0.dev0
  • Pytorch 2.5.1+cu121
  • Datasets 3.2.0
  • Tokenizers 0.21.0