rbcurzon/whisper-medium-ph
<!-- 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
Framework versions
- Transformers 4.56.0.dev0
- Pytorch 2.8.0+cu128
- Datasets 4.0.0
- Tokenizers 0.21.4
