rbcurzon/ph_dialect_asr
Viewer • Updated • 41.3k • 38 • 1
How to use rbcurzon/whisper-large-v3-turbo with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("rbcurzon/whisper-large-v3-turbo", dtype="auto")This model is a fine-tuned version of openai/whisper-large-v3-turbo 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.1951 | 1.4820 | 1000 | 0.2532 | 0.1386 |
| 0.1032 | 2.9640 | 2000 | 0.2232 | 0.1189 |
| 0.0242 | 4.4449 | 3000 | 0.2313 | 0.1090 |
| 0.0142 | 5.9270 | 4000 | 0.2315 | 0.1016 |
| 0.0018 | 7.4079 | 5000 | 0.2416 | 0.0960 |
Base model
openai/whisper-large-v3