CoolFace
Modelpublic

Tsedee/whisper-large-v2-mn-commercial-v2

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes17downloads
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-mn-commercial-v2

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

  • —Loss: 0.3590
  • —Wer: 0.456
  • —Cer: 0.1536

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: 16
  • —evalbatchsize: 4
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 32
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_steps: 50
  • —num_epochs: 2
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
0.16360.22135000.34900.44990.1493
0.14160.442710000.34990.44980.1495
0.14920.664015000.34890.45380.1505
0.13850.885320000.35220.45150.149
0.12811.106725000.35310.44860.1496
0.15251.328030000.35750.45020.1495
0.13121.549435000.35910.45460.1515
0.13741.770740000.35870.45620.1525
0.12921.992045000.35900.4560.1536

Framework versions

  • —PEFT 0.18.1
  • —Transformers 4.46.3
  • —Pytorch 2.4.1+cu124
  • —Datasets 3.6.0
  • —Tokenizers 0.20.3