CoolFace
Modelpublic

razhan/whisper-base-hawrami-translation

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes2downloads
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-base-hawrami

This model is a fine-tuned version of openai/whisper-base on the razhan/DOLMA-speech hawrami dataset. It achieves the following results on the evaluation set:

  • —Loss: 3.0851
  • —Chrf: 13.3279
  • —Bleu: 0.4036

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: 256
  • —evalbatchsize: 128
  • —seed: 42
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 100
  • —num_epochs: 4.0
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossChrfBleu
4.0561.0403.703712.11510.0829
3.41752.0803.222611.26750.1153
3.17043.01203.114112.97090.2803
3.02864.01603.085113.32790.4036

Framework versions

  • —Transformers 4.49.0.dev0
  • —Pytorch 2.6.0+cu124
  • —Datasets 3.2.0
  • —Tokenizers 0.21.0