CoolFace
Modelpublic

mapau/whisper-small-hr

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes3downloads
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 Croatian

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

  • Loss: 0.5739
  • Wer: 25.4408

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-05
  • trainbatchsize: 2
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 8
  • totaltrainbatch_size: 16
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 500
  • training_steps: 4000
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.000332.5210000.507325.0630
0.000165.0420000.547025.5668
0.000197.5630000.566825.0630
0.0130.0840000.573925.4408

Framework versions

  • Transformers 4.39.3
  • Pytorch 2.0.0
  • Datasets 2.19.1
  • Tokenizers 0.15.1