ai4bharat/IndicVoices
Viewer • Updated • 6.38M • 11.2k • 71
How to use erjoy/whisper-tiny-gu-5k-steps with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="erjoy/whisper-tiny-gu-5k-steps") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("erjoy/whisper-tiny-gu-5k-steps")
model = AutoModelForSpeechSeq2Seq.from_pretrained("erjoy/whisper-tiny-gu-5k-steps")This model is a fine-tuned version of openai/whisper-tiny on the ai4bharat/IndicVoices 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.2832 | 0.9042 | 500 | 0.3072 | 75.1796 |
| 0.1942 | 1.8083 | 1000 | 0.2364 | 67.4873 |
| 0.1301 | 2.7125 | 1500 | 0.2086 | 62.7551 |
| 0.0974 | 3.6166 | 2000 | 0.2098 | 60.8008 |
| 0.0688 | 4.5208 | 2500 | 0.2155 | 60.7146 |
| 0.0412 | 5.4250 | 3000 | 0.2278 | 59.9387 |
| 0.0254 | 6.3291 | 3500 | 0.2493 | 59.2107 |
| 0.0138 | 7.2333 | 4000 | 0.2765 | 58.8658 |
| 0.0061 | 8.1374 | 4500 | 0.2924 | 59.2394 |
| 0.0034 | 9.0416 | 5000 | 0.2995 | 58.8371 |
Base model
openai/whisper-tiny