zarifmahir21/bengali-asr-chunked
Viewer • Updated • 13.5k • 60
How to use zarifmahir21/whisper-medium-bangla with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="zarifmahir21/whisper-medium-bangla") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("zarifmahir21/whisper-medium-bangla")
model = AutoModelForSpeechSeq2Seq.from_pretrained("zarifmahir21/whisper-medium-bangla")This model is a fine-tuned version of bengaliAI/tugstugi_bengaliai-asr_whisper-medium on the Bengali ASR Chunked 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.9391 | 0.9974 | 190 | 0.1959 | 26.3910 |
| 0.5161 | 1.9921 | 380 | 0.1653 | 22.9320 |
| 0.2441 | 2.9869 | 570 | 0.1679 | 22.7111 |