CoolFace
Modelpublic

Osama9711/whisper-norwegian-tuned2

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes14downloads
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-norwegian-tuned2

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

  • —Loss: 0.5168
  • —Wer: 23.7738

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: 5e-06
  • —trainbatchsize: 4
  • —evalbatchsize: 4
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 8
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_steps: 100
  • —num_epochs: 5
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.38861.02980.446223.1580
0.21152.05960.439822.6682
0.14783.08940.446221.9188
0.06754.011920.487624.1226
0.03194.984914850.516823.7738

Framework versions

  • —Transformers 4.48.0
  • —Pytorch 2.8.0+cu126
  • —Datasets 3.6.0
  • —Tokenizers 0.21.4