VRCLC Malayalam ASR : Models
Collection
6 items • Updated
How to use vrclc/Whisper-small-Malayalam with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="vrclc/Whisper-small-Malayalam") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("vrclc/Whisper-small-Malayalam")
model = AutoModelForSpeechSeq2Seq.from_pretrained("vrclc/Whisper-small-Malayalam")This model is a fine-tuned version of openai/whisper-small on the None 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.0795 | 0.41 | 1000 | 0.1409 | 60.0398 |
| 0.0494 | 0.82 | 2000 | 0.0887 | 43.3441 |
| 0.0272 | 1.23 | 3000 | 0.0731 | 37.3227 |
| 0.0187 | 1.64 | 4000 | 0.0653 | 34.3867 |
| 0.0089 | 2.06 | 5000 | 0.0583 | 29.8333 |
| 0.0093 | 2.47 | 6000 | 0.0572 | 28.1413 |
Base model
openai/whisper-small