CoolFace
Modelpublic

VMadalina/whisper-large-test-music

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes2downloads
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 Ro - VM3

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

  • —Loss: 0.1271
  • —Wer: 19.1998

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: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 64
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 100
  • —training_steps: 500
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.05540.12061000.190026.7148
0.05880.24132000.186642.6189
0.1560.36193000.151522.3330
0.13270.48254000.134918.0598
0.12260.60315000.127119.1998

Framework versions

  • —Transformers 4.50.1
  • —Pytorch 2.6.0+cu124
  • —Datasets 2.13.1
  • —Tokenizers 0.21.1