CoolFace
Modelpublic

santyzenith/whisper-v3-raw-segments

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes5downloads
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-v3-raw-segments

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: 1.0487
  • —Wer: 38.5643

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: 2e-05
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 32
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.64551.0770.532738.8982
0.28792.01540.564338.3139
0.14753.02310.608539.4825
0.07824.03080.681739.4825
0.04745.03850.739739.3990
0.02786.04620.806738.3139
0.0187.05390.878041.0684
0.00898.06160.943738.9816
0.00399.06931.016638.0634
0.00149.87587601.048738.5643

Framework versions

  • —Transformers 4.47.0
  • —Pytorch 2.5.1+cu124
  • —Datasets 3.2.0
  • —Tokenizers 0.21.0