rbcurzon/ph_dialect_asr
Viewer • Updated • 41.3k • 46 • 1
How to use rbcurzon/whisper-small-ph with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="rbcurzon/whisper-small-ph") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("rbcurzon/whisper-small-ph")
model = AutoModelForSpeechSeq2Seq.from_pretrained("rbcurzon/whisper-small-ph")This model is a fine-tuned version of openai/whisper-small on the rbcurzon/ph_dialect_asr all dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.2023 | 2.9607 | 1000 | 0.3294 | 0.1874 |
| 0.0309 | 5.9192 | 2000 | 0.3414 | 0.1717 |
| 0.0037 | 8.8777 | 3000 | 0.3782 | 0.1708 |
| 0.0018 | 11.8362 | 4000 | 0.3964 | 0.1680 |
| 0.0013 | 14.7947 | 5000 | 0.4044 | 0.1675 |
Base model
openai/whisper-small