google/fleurs
Viewer • Updated • 768k • 57.2k • 403
How to use arjunshajitech/whisper-small-malayalam-v4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arjunshajitech/whisper-small-malayalam-v4") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arjunshajitech/whisper-small-malayalam-v4")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arjunshajitech/whisper-small-malayalam-v4")This model is a fine-tuned version of openai/whisper-small on the 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.0239 | 5.1020 | 1000 | 0.1136 | 54.3847 |
| 0.002 | 10.2041 | 2000 | 0.1426 | 52.9827 |
| 0.0003 | 15.3061 | 3000 | 0.1584 | 52.5808 |
| 0.0001 | 20.4082 | 4000 | 0.1643 | 52.3129 |
| 0.0001 | 25.5102 | 5000 | 0.1677 | 52.3397 |
Base model
openai/whisper-small