CoolFace
Modelpublic

rbcurzon/whisper-medium-ph

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes86downloads
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-medium-ph

This model is a fine-tuned version of openai/whisper-medium on the rbcurzon/phdialectasr all dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.2901
  • —Wer: 0.1147

Model description

More information needed

Intended uses & limitations

This model is primarily designed for transcribing Tagalog, Bisaya, Ilocano, Waray, Kapampangan, Pangasinense, and Bikol voice notes and performing batch automatic speech recognition (ASR) for the same languages. It is also suitable for fine-tuning or domain adaptation for these specific speech tasks.

The model has several key limitations:

  • —It performs poorly in noisy or multi-speaker environments, leading to transcription errors.
  • —Accuracy is significantly reduced for noisy, accented, or dialectal speech.
  • —It is not optimized for real-time streaming.
  • —Like other Whisper-type models, it can produce plausible but incorrect words (hallucinations).

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 1e-05
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 16
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 5000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.18221.481810000.26560.1445
0.07062.963720000.24910.1270
0.00724.444830000.27290.1191
0.0055.926640000.28100.1157
0.00097.407750000.29010.1147

Framework versions

  • —Transformers 4.56.0.dev0
  • —Pytorch 2.8.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.21.4