CoolFace
Modelpublic

MohammadFazli/Whisper-small-model-FullFinetuning-train-test

sourceHugging Faceapache-2.0updated 3y 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-model-FullFinetuning-train-test

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

  • —Loss: 1.6703
  • —Wer: 96.9697

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: 0.0001
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 50
  • —training_steps: 2000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
1.1310.051002.2796100.0
0.66610.12002.183996.9697
0.58890.153002.1523107.5758
0.50050.24001.9232107.5758
0.4210.255001.9957101.5152
0.43630.36001.942496.9697
0.35830.357001.928095.4545
0.27030.48002.000893.9394
0.28360.459001.965690.9091
0.29480.510001.7947100.0
0.22360.5511001.5250100.0
0.20290.612001.817295.4545
0.18110.6513001.872190.9091
0.11860.714001.784196.9697
0.17650.7515001.746295.4545
0.13280.816001.7392100.0
0.14280.8517001.7447100.0
0.16341.0218001.668490.9091
0.16781.0719001.6602101.5152
0.18261.1220001.670396.9697

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 2.1.0+cu121
  • —Datasets 2.16.1
  • —Tokenizers 0.15.1