Harveenchadha/indic-voice
Updated • 11 • 6
How to use kattojuprashanth238/whisper-small-te-v9 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="kattojuprashanth238/whisper-small-te-v9") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("kattojuprashanth238/whisper-small-te-v9")
model = AutoModelForSpeechSeq2Seq.from_pretrained("kattojuprashanth238/whisper-small-te-v9", device_map="auto")This model is a fine-tuned version of kattojuprashanth238/whisper-small-te-v6 on the indic-voice 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.1999 | 0.3788 | 100 | 0.2231 | 62.9969 | 20.0210 |
| 0.1478 | 0.7576 | 200 | 0.1937 | 53.3639 | 18.5497 |
| 0.0719 | 1.1364 | 300 | 0.2053 | 52.2936 | 18.9175 |
| 0.0851 | 1.5152 | 400 | 0.1674 | 51.0703 | 16.7630 |
| 0.0682 | 1.8939 | 500 | 0.1752 | 53.5168 | 17.2359 |
| 0.035 | 2.2727 | 600 | 0.1967 | 50.0 | 20.0210 |
| 0.0348 | 2.6515 | 700 | 0.2017 | 53.5168 | 17.9191 |
| 0.0298 | 3.0303 | 800 | 0.2034 | 51.0703 | 17.4461 |
| 0.0202 | 3.4091 | 900 | 0.2225 | 55.1988 | 17.9716 |
| 0.02 | 3.7879 | 1000 | 0.2486 | 56.8807 | 21.1771 |
| 0.0133 | 4.1667 | 1100 | 0.2436 | 55.6575 | 23.3841 |
| 0.0136 | 4.5455 | 1200 | 0.2337 | 54.1284 | 19.6532 |
| 0.0116 | 4.9242 | 1300 | 0.2502 | 56.2691 | 21.0194 |
| 0.0117 | 5.3030 | 1400 | 0.2338 | 50.0 | 18.1293 |
| 0.0158 | 5.6818 | 1500 | 0.2445 | 50.9174 | 18.3920 |
Base model
kattojuprashanth238/whisper-small-te-v5