CoolFace
Modelpublic

wandererupak/whisper-base-n-demo-50e

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes8downloads
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 Base N - Fine-Tuned

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

  • —Loss: 0.8412
  • —Wer: 60.6884
  • —Cer: 23.9254

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: 16
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 32
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 50
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
2.29571.0271.8628214.4928171.5234
1.58122.0541.2720129.347884.3552
1.10563.0810.975792.934840.4551
0.83014.01080.812682.065234.3236
0.6475.01350.707680.615932.7434
0.50856.01620.647975.543529.9621
0.39377.01890.623174.094229.8673
0.30258.02160.596572.282627.5601
0.22859.02430.588069.202926.4223
0.170110.02700.601868.840626.5171
0.126111.02970.613366.666726.0746
0.092112.03240.617062.862325.3793
0.064913.03510.646662.137725.3477
0.045214.03780.661963.587025.6321
0.033215.04050.674262.137724.2099
0.022816.04320.697662.318824.4311
0.018417.04590.706763.224624.1466
0.01418.04860.727659.963824.9684
0.010719.05130.744261.594223.6726
0.008820.05400.734761.956523.9886
0.007221.05670.744060.869624.5575
0.005222.05940.759859.782623.4513
0.003623.06210.775460.326124.0834
0.003424.06480.791159.782624.2731
0.002625.06750.796960.144923.7358
0.001926.07020.801259.420323.7042
0.001627.07290.807958.876823.7674
0.001428.07560.814459.963823.9254
0.001329.07830.820159.963823.7674
0.001230.08100.824959.058023.6726
0.001131.08370.829360.507224.1783
0.001132.08640.832560.507224.1150
0.00133.08910.835859.782623.9254
0.00134.09180.838860.144924.0834
0.000935.09450.841260.688423.9254

Framework versions

  • —Transformers 4.57.6
  • —Pytorch 2.9.0+cu126
  • —Datasets 4.5.0
  • —Tokenizers 0.22.2