CoolFace
Modelpublic

llillillil/whisper-medium-cdsd1h-lora

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes17downloads
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-medium-cdsd1h-lora

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

  • Loss: 0.8196
  • Wer: 68.7556
  • Cer: 42.4589

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: 0.001
  • trainbatchsize: 16
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 100
  • num_epochs: 5
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
0.87091.05590.919078.155848.5899
0.60262.011180.817473.187145.7778
0.33433.016770.786470.322341.8295
0.16634.022360.784668.800444.3636
0.06645.027950.819668.755642.4589

Framework versions

  • PEFT 0.13.2
  • Transformers 4.44.2
  • Pytorch 2.0.0+cu118
  • Datasets 2.19.1
  • Tokenizers 0.19.1