rbcurzon/ph_dialect_asr
Viewer โข Updated โข 41.3k โข 46 โข 1
How to use rbcurzon/whisper-medium-ph with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="rbcurzon/whisper-medium-ph") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("rbcurzon/whisper-medium-ph")
model = AutoModelForSpeechSeq2Seq.from_pretrained("rbcurzon/whisper-medium-ph")This model is a fine-tuned version of openai/whisper-medium on the rbcurzon/ph_dialect_asr all dataset. It achieves the following results on the evaluation set:
More information needed
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:
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.1822 | 1.4818 | 1000 | 0.2656 | 0.1445 |
| 0.0706 | 2.9637 | 2000 | 0.2491 | 0.1270 |
| 0.0072 | 4.4448 | 3000 | 0.2729 | 0.1191 |
| 0.005 | 5.9266 | 4000 | 0.2810 | 0.1157 |
| 0.0009 | 7.4077 | 5000 | 0.2901 | 0.1147 |
Base model
openai/whisper-medium