CoolFace
Modelpublic

miosipof/whisper_medium_BB_and_EC_v2.1

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes7downloads
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 Medium

This model is a fine-tuned version of b-brave/asr_double_training_15-10-2024_merged on the ASRBBand_EC dataset. It achieves the following results on the evaluation set:

  • Loss: 0.4620
  • Wer: 36.9269

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-06
  • trainbatchsize: 16
  • evalbatchsize: 16
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 32
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: reducelron_plateau
  • lrschedulerwarmup_steps: 100
  • num_epochs: 12
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.77050.89291000.488536.5551
0.71931.78572000.484036.6791
0.73762.67863000.480836.4312
0.69753.57144000.478336.4312
0.64994.46435000.476335.8116
0.71375.35716000.474435.9356
0.63976.257000.472735.9356
0.64417.14298000.470835.9356
0.67568.03579000.469035.9356
0.63318.928610000.467336.3073
0.64119.821411000.465636.3073
0.602910.714312000.463836.6791
0.622911.607113000.462036.9269

Framework versions

  • PEFT 0.13.2
  • Transformers 4.45.2
  • Pytorch 2.2.0
  • Datasets 3.1.0
  • Tokenizers 0.20.3