CoolFace
Modelpublic

mdsingh2024/ap-CTSqH0pMvdvQrUCicYafA9

sourceHugging Facemitupdated 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. -->

ap-CTSqH0pMvdvQrUCicYafA9

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

  • —Loss: 0.4098
  • —Model Preparation Time: 0.0086
  • —Wer: 0.1140

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: 3e-05
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 64
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 400
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossModel Preparation TimeWer
0.3440.9791410.34930.00860.1212
0.22431.9791820.28770.00860.1052
0.1592.97911230.29670.00860.1075
0.1023.97911640.32010.00860.1088
0.0814.97912050.33390.00860.1098
0.05745.97912460.35380.00860.1149
0.05986.97912870.37310.00860.1103
0.04497.97913280.41480.00860.1198
0.05338.97913690.43660.00860.1238
0.05239.97914100.40980.00860.1140

Framework versions

  • —Transformers 4.48.3
  • —Pytorch 2.5.1+cu124
  • —Datasets 3.2.0
  • —Tokenizers 0.21.0