google/fleurs
Viewer • Updated • 768k • 62.3k • 406
How to use Viraj008/whisper-small-mr_v4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Viraj008/whisper-small-mr_v4") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Viraj008/whisper-small-mr_v4")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Viraj008/whisper-small-mr_v4")This model is a fine-tuned version of Viraj008/whisper-small-mr_v3 on the Common Voice 17.0 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.1241 | 0.5355 | 1000 | 0.2290 | 40.3892 |
| 0.0681 | 1.0710 | 2000 | 0.2150 | 36.1037 |
| 0.0576 | 1.6064 | 3000 | 0.2081 | 35.2573 |
| 0.0399 | 2.1419 | 4000 | 0.2132 | 34.4975 |