CoolFace
Modelpublic

npallewela/whisper-large-v2-ap2

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes29downloads
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 v2 ap3 - Nuwan 6000

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

  • —Loss: 0.5498
  • —Wer Ortho: 25.3509
  • —Wer: 24.8048

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-06
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: constantwithwarmup
  • —training_steps: 2000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer OrthoWer
0.40240.23684000.538527.132526.5465
0.38450.47378000.534327.249026.6592
0.38350.710512000.530026.204925.6647
0.34660.947316000.526825.767725.2476
0.27371.184120000.549825.350924.8048

Framework versions

  • —Transformers 4.57.2
  • —Pytorch 2.9.0+cu126
  • —Datasets 3.6.0
  • —Tokenizers 0.22.1