CoolFace
Modelpublic

farsipal/whisper-md-el-intlv-xs

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes12downloads
Model Card

whisper-md-el-intlv-xs

This model is a fine-tuned version of openai/whisper-medium on interleaved mozilla-foundation/commonvoice110 (el) and the google/fleurs (elgr) datasets. It achieves the following results on the mozilla-foundation/commonvoice11_0 test evaluation set:

  • —Loss: 0.4168
  • —Wer: 11.3670

Model description

This model is trained over the two interleaved datasets in the Greek language. Testing used only the commonvoice11_0 (el) test split.

Intended uses & limitations

The model was trained for transcription in Greek

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 8e-06
  • —trainbatchsize: 32
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 10000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.02512.4910000.221612.5836
0.00514.9820000.287412.2957
0.00157.4630000.328111.9056
0.00179.9540000.317812.5929
0.000812.4450000.344911.9799
0.000114.9360000.363811.7106
0.000117.4170000.391011.4970
0.019.980000.404211.3949
0.022.3990000.412911.4134
0.024.88100000.416811.3670

Framework versions

  • —Transformers 4.26.0.dev0
  • —Pytorch 1.13.0+cu117
  • —Datasets 2.7.1.dev0
  • —Tokenizers 0.13.2