CoolFace
Modelpublic

Willy030125/whisper_large_v3_turbo_finetuned_en_id_v1

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes42downloads
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. -->

whisperlargev3turbofinetunedenid_v1

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

  • —eval_loss: 0.1362
  • —eval_runtime: 263.9538
  • —evalsamplesper_second: 5.906
  • —evalstepsper_second: 5.906
  • —epoch: 3 (checkpoint model)
  • —step: 687 (checkpoint model)

Training and Evaluation Data

StepEpochTraining LossEval LossGrad NormLearning RateEval Samples/sEval Steps/sEval Runtime (s)
2291.000.38410.15632.2169.77e-065.915.91263.95
4582.000.11630.14491.8559.36e-065.915.91263.95
6873.000.06930.13631.5388.96e-065.915.91263.95
9174.000.04080.13761.3678.55e-065.895.89264.59
11465.000.02290.13980.9828.14e-065.905.90264.43
13756.000.01260.14500.9367.73e-065.915.91263.95
16047.000.00820.14760.3627.33e-065.915.91263.95

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 1e-05
  • —trainbatchsize: 8
  • —evalbatchsize: 1
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 100
  • —num_epochs: 25

Framework versions

  • —Transformers 4.41.2
  • —Pytorch 2.2.2+cu121
  • —Datasets 2.18.0
  • —Tokenizers 0.19.1