google/fleurs
Viewer • Updated • 768k • 58.8k • 404
How to use Viraj008/whisper-small-mr_v6 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Viraj008/whisper-small-mr_v6") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Viraj008/whisper-small-mr_v6")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Viraj008/whisper-small-mr_v6")This model is a fine-tuned version of Viraj008/whisper-small-mr_v5 on the Common Voice 17.0, google/fleurs 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.0307 | 0.5355 | 1000 | 0.2790 | 36.9235 |
| 0.0137 | 1.0710 | 2000 | 0.3011 | 35.4572 |
| 0.015 | 1.6064 | 3000 | 0.2903 | 35.0240 |
| 0.0067 | 2.1419 | 4000 | 0.2922 | 34.3775 |
Base model
openai/whisper-small