CoolFace
Modelpublic

harpreet1/whisper-medium-english

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 Small en-Harpreet Singh

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

  • —Loss: 0.0384
  • —Wer: 12.5604

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: 1
  • —evalbatchsize: 2
  • —seed: 42
  • —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

Training results

Training LossEpochStepValidation LossWer
0.02210.32681000.038313.1643
0.03390.65362000.037313.0435
0.02650.98043000.038212.9227
0.00481.30724000.038813.0435
0.00881.63405000.038412.5604

Framework versions

  • —Transformers 4.46.3
  • —Pytorch 2.5.1+cu121
  • —Datasets 3.1.0
  • —Tokenizers 0.20.3