CoolFace
Modelpublic

Sammyeazzy/whisper-small-yo-benin1

sourceHugging Faceapache-2.0updated 9mo 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-yo-benin1

This model is a fine-tuned version of openai/whisper-small on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1107
  • Wer: 6.7908
  • Bleu: 0.0134
  • Chrf: 11.4677

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: 4e-06
  • trainbatchsize: 4
  • evalbatchsize: 4
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 25
  • training_steps: 500
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerBleuChrf
0.2830.33221000.46337.32410.011611.3183
0.28620.66452000.30277.79770.01029.6242
0.25120.99673000.17435.66210.015512.3981
0.05961.32894000.13736.20460.016312.2453
0.05561.66115000.11076.79080.013411.4677

Framework versions

  • Transformers 4.57.3
  • Pytorch 2.9.0+cu126
  • Datasets 3.6.0
  • Tokenizers 0.22.1