google/fleurs
Viewer • Updated • 768k • 58.1k • 405
How to use arjunshajitech/whisper-small-malayalam-v5 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arjunshajitech/whisper-small-malayalam-v5") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arjunshajitech/whisper-small-malayalam-v5")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arjunshajitech/whisper-small-malayalam-v5")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.0433 | 0.5800 | 1000 | 0.0434 | 27.1379 |
| 0.02 | 1.1601 | 2000 | 0.0312 | 20.3733 |
| 0.0169 | 1.7401 | 3000 | 0.0242 | 15.4975 |
| 0.0071 | 2.3202 | 4000 | 0.0217 | 12.3555 |
| 0.0058 | 2.9002 | 5000 | 0.0197 | 11.0646 |
| 0.0022 | 3.4803 | 6000 | 0.0202 | 10.0881 |
| 0.0008 | 4.0603 | 7000 | 0.0204 | 9.7006 |
| 0.0005 | 4.6404 | 8000 | 0.0209 | 9.5456 |
Base model
openai/whisper-small