mozilla-foundation/common_voice_17_0
Updated • 4.79k • 29
How to use durgesh10/whisper-large-marathi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="durgesh10/whisper-large-marathi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("durgesh10/whisper-large-marathi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("durgesh10/whisper-large-marathi")This model is a fine-tuned version of openai/whisper-large on the Common Voice 17 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.1771 | 1.0 | 250 | 0.2041 | 36.0371 | 13.7851 |
| 0.0806 | 2.0 | 500 | 0.1845 | 32.4713 | 11.9958 |
Base model
openai/whisper-large