CoolFace
Modelpublic

Nikolajvestergaard/Japanese_Fine_Tuned_Whisper_Model

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
2likes59downloads
Model Card

JapaneseFineTunedWhisperModel

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

  • Loss: 0.549100
  • Wer: 225.233037

Model description

The tiny Whisper model is fine-tuned on Japanese speech samples from the Common Voice dataset, based on which users can perform Automatic Speech Recognition in real time in Japanese.

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 1e-05
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 100
  • training_steps: 1000
  • mixedprecisiontraining: Native AMP

Training results

Training LossStepValidation LossWer
0.80972000.801917601.560806
0.72004000.783436327.335790
0.68106000.759281254.064600
0.73518000.747759241.426404
0.549110000.747127225.233037

Framework versions

  • Transformers 4.27.0.dev0
  • Pytorch 1.13.1+cu116
  • Datasets 2.10.1
  • Tokenizers 0.13.2