CoolFace
Modelpublic

hiwden00/whisper-multiclass-lang-en-base

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes10downloads
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-multiclass-lang-en-base

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

  • —Loss: 0.1493
  • —Wer: 6.2678
  • —Cer: 4.3198

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
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 5000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
0.02864.58725000.188010.49386.6816
0.00119.174310000.15297.69235.1185
0.000313.761515000.15257.17004.8523
0.000218.348620000.15107.02754.8695
0.000122.935825000.15056.74264.5946
0.000127.522930000.14996.69524.5861
0.000132.110135000.14966.41034.4143
0.000136.697240000.14956.55274.4830
0.000141.284445000.14936.31534.3456
0.000145.871650000.14936.26784.3198

Framework versions

  • —Transformers 4.45.1
  • —Pytorch 2.4.1+cu121
  • —Datasets 3.0.1
  • —Tokenizers 0.20.0