CoolFace
Modelpublic

sanchit-gandhi/whisper-small-ft-common-language-id

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
3likes47downloads
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-ft-common-language-id

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

  • —Loss: 0.6409
  • —Accuracy: 0.8860

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: 16
  • —seed: 0
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 10.0
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
1.17671.06941.10630.7514
0.5822.013880.65950.8327
0.31723.020820.58870.8529
0.1964.027760.53320.8701
0.08585.034700.57050.8733
0.04776.041640.63110.8779
0.03537.048580.60110.8825
0.00338.055520.61860.8843
0.00719.062460.64090.8860
0.007410.069400.63340.8860

Framework versions

  • —Transformers 4.27.0.dev0
  • —Pytorch 1.13.1
  • —Datasets 2.9.0
  • —Tokenizers 0.13.2