malaysia-ai/malay-conversational-speech-corpus
Viewer • Updated • 3.24k • 68 • 5
How to use M00dler/whisper-small-malay with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="M00dler/whisper-small-malay") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("M00dler/whisper-small-malay")
model = AutoModelForSpeechSeq2Seq.from_pretrained("M00dler/whisper-small-malay")This model is a fine-tuned version of openai/whisper-small on the malay-conversational-speech-corpus 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.0217 | 6.1728 | 1000 | 0.5993 | 28.8586 |
| 0.0013 | 12.3457 | 2000 | 0.6816 | 28.0397 |
| 0.0003 | 18.5185 | 3000 | 0.7018 | 27.8660 |
| 0.0002 | 24.6914 | 4000 | 0.7126 | 27.3945 |
Base model
openai/whisper-small