google/fleurs
Viewer • Updated • 768k • 58.2k • 404
How to use arun100/whisper-base-bn-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-base-bn-2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-base-bn-2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-base-bn-2")This model is a fine-tuned version of arun100/whisper-base-bn on the google/fleurs bn_in 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.2889 | 79.0 | 1000 | 0.2730 | 45.0242 |
| 0.2527 | 159.0 | 2000 | 0.2593 | 44.4617 |
| 0.2306 | 239.0 | 3000 | 0.2539 | 44.0616 |
| 0.2191 | 319.0 | 4000 | 0.2515 | 43.7367 |
| 0.2164 | 399.0 | 5000 | 0.2509 | 43.6760 |