fsicoli/common_voice_15_0
Updated • 145k • 6
How to use krishan-CSE/whisper-base-dv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="krishan-CSE/whisper-base-dv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("krishan-CSE/whisper-base-dv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("krishan-CSE/whisper-base-dv")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 |
|---|---|---|---|---|---|
| 0.5345 | 2.9586 | 500 | 0.5094 | 446.6778 | 180.6008 |
Base model
openai/whisper-base