MatrixSpeechAI/All_Hindi_ASR_v1.1
Viewer • Updated • 41.7k • 10
How to use amitkangra2020/whisper-small-hi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="amitkangra2020/whisper-small-hi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("amitkangra2020/whisper-small-hi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("amitkangra2020/whisper-small-hi", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the whisper_for_hindi 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.3509 | 1.0 | 79 | 0.4049 | 42.9619 |
| 0.3213 | 2.0 | 158 | 0.3684 | 39.6750 |
Base model
openai/whisper-small