CoolFace
Modelpublic

AmirMohseni/whisper-small-persian

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
4likes144downloads
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 Persian

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

  • —Loss: 0.3818
  • —Wer: 25.8171

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: 3e-05
  • —trainbatchsize: 32
  • —evalbatchsize: 1
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 64
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 100
  • —training_steps: 500

Training results

Training LossEpochStepValidation LossWer
0.32772.0500.389434.8873
0.11464.01000.326828.6293
0.03736.01500.328927.3372
0.01428.02000.339027.5399
0.003610.02500.352326.5265
0.002412.03000.367726.5265
0.00114.03500.373426.5011
0.000716.04000.377726.1971
0.000718.04500.380725.9944
0.000620.05000.381825.8171

Framework versions

  • —Transformers 4.48.0
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.1.1
  • —Tokenizers 0.21.4