mozilla-foundation/common_voice_13_0
Updated • 2.36k • 3
How to use Hhsjsnns/whisper-small-hinglish with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Hhsjsnns/whisper-small-hinglish") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Hhsjsnns/whisper-small-hinglish")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Hhsjsnns/whisper-small-hinglish")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.0470 | 3.25 | 500 | 0.7863 | 53.8014 | 55.2908 |
Base model
openai/whisper-small