CoolFace
Modelpublic

danial1245/whisper-model-large

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes14downloads
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-model-large

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

  • —Loss: 0.7886
  • —Wer: 49.4306
  • —Cer: 23.9791

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: 2
  • —evalbatchsize: 16
  • —seed: 42
  • —gradientaccumulationsteps: 16
  • —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: linear
  • —lrschedulerwarmup_steps: 500
  • —num_epochs: 10

Training results

Training LossEpochStepValidation LossWerCer
34.24871.49351001.002068.485242.0288
33.63282.98692000.981961.387735.4614
32.44494.47853000.939054.435928.3477
30.13555.97204000.877451.403625.6444
27.13577.46365000.818849.642524.0758
25.80658.95706000.788649.430623.9791

Framework versions

  • —PEFT 0.20.0
  • —Transformers 5.0.0
  • —Pytorch 2.10.0+cu128
  • —Datasets 5.0.0
  • —Tokenizers 0.22.2