CoolFace
Modelpublic

constantinedivis/whisper-small-ru-v7la

sourceHugging Faceapache-2.0updated 2y 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-small-ru-v7la

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

  • —Loss: 0.1039
  • —Wer: 9.5294

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: 32
  • —evalbatchsize: 32
  • —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: 400
  • —training_steps: 2000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.2030.19342000.246418.6343
0.16930.38684000.194916.0868
0.17070.58036000.164614.3649
0.13780.77378000.142712.8907
0.11940.967110000.130311.5698
0.0871.160512000.119511.1216
0.08241.354014000.114010.3550
0.07951.547416000.10839.7417
0.07871.740818000.10569.5648
0.07811.934220000.10399.5294

Framework versions

  • —Transformers 4.49.0
  • —Pytorch 2.1.0+cu118
  • —Datasets 3.3.1
  • —Tokenizers 0.21.0