CoolFace
Modelpublic

GoranS/whisper-large-v3-turbo-hr-parla

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
2likes437downloads
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-large-v3-turbo-hr-parla

This model is a fine-tuned version of openai/whisper-large-v3 on the classla/ParlaSpeech-HR dataset and additional 400h private dataset, both with augmented additions.

It achieves the following results on the evaluation set:

  • —Loss: 0.0816
  • —Wer: 3.52%

WER comparsion

DatasetModelWER (%)
google/fleurs hr_hr testopenai/whisper-base65.99
google/fleurs hr_hr testopenai/whisper-large-v3-turbo12.73
google/fleurs hr_hr testslsolucije/whisper-large-v3-turbo-hr-parla-lora-merged9.93
google/fleurs hr_hr testGoranS/whisper-large-v3-turbo-hr-parla8.66
GoranS/stt-croatian99k265_2 testopenai/whisper-large-v3-turbo22.93
GoranS/stt-croatian99k265_2 testslsolucije/whisper-large-v3-turbo-hr-parla-lora-merged19.02
GoranS/stt-croatian99k265_2 testGoranS/whisper-large-v3-turbo-hr-parla18.44
GoranS/stt-croatian-sl-31k testopenai/whisper-large-v3-turbo21.62
GoranS/stt-croatian-sl-31k testslsolucije/whisper-large-v3-turbo-hr-parla-lora-merged17.07
GoranS/stt-croatian-sl-31k testGoranS/whisper-large-v3-turbo-hr-parla16.97
parla867k2483_0.5 testopenai/whisper-large-v3-turbo10.23
parla867k2483_0.5 testslsolucije/whisper-large-v3-turbo-hr-parla-lora-merged4.58
parla867k2483_0.5 testGoranS/whisper-large-v3-turbo-hr-parla3.52

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 6.25e-06
  • —trainbatchsize: 64
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 800
  • —num_epochs: 2
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.14850.070310000.13760.0610
0.13990.140620000.12100.0545
0.13110.210830000.11440.0529
0.1190.281140000.10580.0487
0.11650.351450000.10670.0517
0.11420.421760000.10070.0464
0.10950.492070000.10190.0447
0.11120.562280000.09740.0425
0.11040.632590000.09710.0442
0.10810.7028100000.09430.0411
0.10250.7731110000.09050.0397
0.10420.8433120000.09300.0419
0.10310.9136130000.09230.0428
0.10380.9839140000.08940.0408
0.08781.0542150000.09020.0408
0.08861.1245160000.08690.0369
0.08641.1947170000.08610.0364
0.08171.2650180000.08670.0408
0.08991.3353190000.08520.0383
0.08681.4056200000.08460.0369
0.08581.4759210000.08440.0378
0.08271.5461220000.08450.0391
0.07981.6164230000.08460.0378
0.08451.6867240000.08330.0375
0.07681.7570250000.08400.0375
0.07991.8273260000.08370.0375
0.08081.8975270000.08250.0352
0.08371.9678280000.08160.0352

Framework versions

  • —Transformers 4.46.3
  • —Pytorch 2.5.0+cu121
  • —Datasets 3.1.0
  • —Tokenizers 0.20.3