CXDuncan/Malayalam-IndicVoices
Viewer • Updated • 2.5k • 110 • 1
How to use CXDuncan/whisper-small-malayalam with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="CXDuncan/whisper-small-malayalam") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("CXDuncan/whisper-small-malayalam")
model = AutoModelForSpeechSeq2Seq.from_pretrained("CXDuncan/whisper-small-malayalam")This model is a fine-tuned version of openai/whisper-small on the Malayalam-IndicVoices 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.0665 | 5.0 | 1000 | 0.0446 | 67.4679 |
| 0.0099 | 10.0 | 2000 | 0.0064 | 57.3925 |
| 0.0007 | 15.0 | 3000 | 0.0007 | 51.2762 |
| 0.0003 | 20.0 | 4000 | 0.0003 | 51.5300 |
Base model
openai/whisper-small