mozilla-foundation/common_voice_17_0
Updated • 4.9k • 29
How to use Mukund017/whisper-small-marathi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Mukund017/whisper-small-marathi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Mukund017/whisper-small-marathi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Mukund017/whisper-small-marathi")This model is a fine-tuned version of openai/whisper-small on the Common Voice 17.0 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.0978 | 4.0 | 1000 | 0.2842 | 45.3679 |
| 0.0075 | 8.0 | 2000 | 0.3880 | 44.4548 |
| 0.0004 | 12.0 | 3000 | 0.4508 | 43.8350 |
| 0.0002 | 16.0 | 4000 | 0.4690 | 43.3551 |
Base model
openai/whisper-small