CoolFace
Modelpublic

Sagicc/whisper-small-sr-yodas-v2

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes17downloads
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 Sr Yodas

This model is a fine-tuned version of openai/whisper-small on merged datasets Common Voice 16 + Fleurs + Juzne vesti (South news) + LBM + (Yodas)[https://huggingface.co/datasets/espnet/yodas] dataset and

Rupnik, Peter and Ljubešić, Nikola, 2022,\ ASR training dataset for Serbian JuzneVesti-SR v1.0, Slovenian language resource repository CLARIN.SI, ISSN 2820-4042,\ http://hdl.handle.net/11356/1679.

It achieves the following results on the evaluation set:

  • —Loss: 0.3584
  • —Wer Ortho: 0.2328
  • —Wer: 0.1220

Model description

Added new dataset Yodas as test and experiment to improve results.

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

Training results

Training LossEpochStepValidation LossWer OrthoWer
0.69580.4910000.21140.25280.1563
0.59410.9820000.18570.22140.1269
0.39851.4630000.17290.21060.1167
0.41871.9540000.17450.21200.1147
0.34462.4450000.17700.20740.1139
0.29922.9360000.17100.20480.1061
0.20743.4270000.18870.20900.1123
0.19583.9180000.18710.21360.1131
0.17074.3990000.20690.22300.1126
0.14034.88100000.20920.21380.1110
0.08715.37110000.23450.22160.1161
0.08565.86120000.23840.22810.1161
0.04966.35130000.26570.23270.1211
0.05426.84140000.27600.23460.1198
0.02747.32150000.30240.23040.1218
0.02817.81160000.31340.23570.1216
0.01518.3170000.33280.22760.1188
0.01658.79180000.34170.23480.1220
0.00949.28190000.35450.23180.1221
0.01259.77200000.35840.23280.1220

Framework versions

  • —Transformers 4.39.3
  • —Pytorch 2.0.1+cu117
  • —Datasets 2.18.0
  • —Tokenizers 0.15.1