fsicoli/common_voice_15_0
Updated • 94.9k • 6
How to use npallewela/whisper-base-dv with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("npallewela/whisper-base-dv", dtype="auto")This model is a fine-tuned version of openai/whisper-base on the Common Voice 15 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 Ortho | Wer |
|---|---|---|---|---|---|
| 1.0042 | 2.9586 | 500 | 1.0171 | 193.9489 | 109.2680 |
| 0.2061 | 5.9172 | 1000 | 0.2746 | 335.6644 | 168.7535 |
| 0.0655 | 8.8757 | 1500 | 0.2617 | 346.1823 | 165.9983 |
| 0.0202 | 11.8343 | 2000 | 0.3153 | 340.0754 | 150.7641 |
| 0.0073 | 14.7929 | 2500 | 0.3726 | 340.5918 | 142.2219 |
| 0.0059 | 17.7515 | 3000 | 0.4026 | 330.1717 | 147.8262 |
| 0.0034 | 20.7101 | 3500 | 0.4314 | 309.3663 | 137.8916 |
| 0.0026 | 23.6686 | 4000 | 0.4586 | 283.5985 | 130.5086 |
Base model
openai/whisper-base