CoolFace
Modelpublic

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

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

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

  • —Loss: 1.0725
  • —Accuracy: 0.7525

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: 32
  • —evalbatchsize: 16
  • —seed: 0
  • —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
2.52911.06942.47870.4806
1.58012.013881.62580.6260
1.01443.020821.28860.6816
0.74424.027761.07830.7237
0.48025.034701.05820.7266
0.33786.041641.01730.7417
0.19417.048581.00540.7446
0.14248.055521.02130.7508
0.12429.062461.05670.7495
0.152710.069401.07250.7525

Framework versions

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