thennal/GMaSC
Viewer • Updated • 2k • 107 • 2
How to use arjunshajitech/whisper-small-malayalam-v6 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arjunshajitech/whisper-small-malayalam-v6") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arjunshajitech/whisper-small-malayalam-v6")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arjunshajitech/whisper-small-malayalam-v6")This model is a fine-tuned version of openai/whisper-small on the thennal/GMaSC 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.0022 | 10.0 | 1000 | 0.0410 | 18.0132 |
| 0.0002 | 20.0 | 2000 | 0.0454 | 17.6159 |
| 0.0 | 30.0 | 3000 | 0.0486 | 17.2185 |
| 0.0 | 40.0 | 4000 | 0.0499 | 17.1302 |
| 0.0 | 50.0 | 5000 | 0.0505 | 16.9536 |
Base model
openai/whisper-small