muneebharoon/whisper-kashmiri
Viewer โข Updated โข 520 โข 5
How to use muneebharoon/whisper-small-ks with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="muneebharoon/whisper-small-ks") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("muneebharoon/whisper-small-ks")
model = AutoModelForSpeechSeq2Seq.from_pretrained("muneebharoon/whisper-small-ks")This model is a fine-tuned version of openai/whisper-small on the whisper-kashmiri 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.0123 | 21.2811 | 1000 | 0.9382 | 48.125 |
| 0.0051 | 42.5622 | 2000 | 0.9946 | 42.4519 |
| 0.0032 | 63.8432 | 3000 | 1.0278 | 41.3942 |
| 0.0 | 85.1081 | 4000 | 1.1138 | 40.5288 |
| 0.0 | 106.3892 | 5000 | 1.1578 | 39.8077 |
| 0.0 | 127.6703 | 6000 | 1.1869 | 39.8077 |
| 0.0 | 148.9514 | 7000 | 1.2211 | 40.0 |
| 0.0 | 170.2162 | 8000 | 1.2430 | 40.2404 |
| 0.0 | 191.4973 | 9000 | 1.2679 | 40.2885 |
| 0.0 | 212.7784 | 10000 | 1.2762 | 40.3365 |
Base model
openai/whisper-small