CoolFace
Modelpublic

nezamisafa/whisper-large-v3-persian

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes249downloads
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-large-v3-persian

This model is a fine-tuned version of openai/whisper-large-v3 on the Common Voice 17.0 dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.2499
  • —Wer: 26.5381

Model description

The data was fine-tuned using an RTX 6000 ADA graphics card. Over 200,000 samples were fine-tuned on the system. This data belonged to the Mozilla Foundation's Common Voice 17.0 dataset. The obtained result, despite improving the Word Error Rate (WER) compared to other models, still has grammatical weaknesses, which is due to spelling errors in the dataset.

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: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 6000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.13370.811020000.281831.0620
0.06081.622140000.253228.8171
0.02292.433160000.249926.5381

Framework versions

  • —Transformers 4.52.3
  • —Pytorch 2.7.0+cu126
  • —Datasets 3.6.0
  • —Tokenizers 0.21.1