CoolFace
Modelpublic

dodziraynard/Shona

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes8downloads
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. -->

UG Speech Data ASR - Ewe nornmaliser

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

  • —Loss: 0.5273
  • —Wer Ortho: 46.0461
  • —Wer: 38.3491
  • —Cer: 13.0384

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: 16
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: constantwithwarmup
  • —lrschedulerwarmup_steps: 50
  • —training_steps: 4000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepCerValidation LossWerWer Ortho
0.50220.478540015.04750.577344.573252.3734
0.48350.956980013.69240.514240.516648.4899
0.37641.4354120013.21870.492638.724147.1020
0.36241.9139160012.83240.477037.855346.0811
0.31652.392320000.477045.108137.166012.5025
0.30582.870824000.472845.563437.582212.8574
0.23863.349328000.494545.829138.027212.8462
0.23343.827832000.487445.774338.044012.8868
0.16624.306236000.524246.600338.502012.9679
0.16154.784740000.527346.046138.349113.0384

Framework versions

  • —Transformers 4.48.0
  • —Pytorch 2.6.0+cu124
  • —Datasets 4.0.0
  • —Tokenizers 0.21.4