CoolFace
Modelpublic

santyzenith/UDA-LIDI-Whisper-large-ECU-911

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes4downloads
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. -->

UDA-LIDI-Whisper-large-ECU-911

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

  • —Loss: 0.9390
  • —Wer: 41.2253

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: 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: constant
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.74051.0910.630844.1897
0.36132.01820.613339.8814
0.19013.02730.677239.4664
0.09984.03640.730041.0672
0.05675.04550.761740.6917
0.03866.05460.819041.4032
0.02837.06370.830540.2767
0.02198.07280.850739.8617
0.01859.08190.877043.2411
0.01799.89509000.939041.2253

Framework versions

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