aipanjab/speech-pa
Viewer • Updated • 15.6k • 41
How to use aipanjab/whisper-base-pa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="aipanjab/whisper-base-pa") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("aipanjab/whisper-base-pa")
model = AutoModelForSpeechSeq2Seq.from_pretrained("aipanjab/whisper-base-pa")This model is a fine-tuned version of openai/whisper-base on various datasets. 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.1851 | 1.2804 | 1000 | 0.2017 | 47.7530 |
| 0.1354 | 2.5608 | 2000 | 0.1628 | 40.4972 |
| 0.1025 | 3.8412 | 3000 | 0.1542 | 38.4193 |
| 0.0558 | 5.1216 | 4000 | 0.1625 | 37.7120 |
| 0.0438 | 6.4020 | 5000 | 0.1783 | 38.2217 |
| 0.0311 | 7.6825 | 6000 | 0.1950 | 38.3855 |
| 0.0196 | 8.9629 | 7000 | 0.2156 | 38.3647 |
| 0.0092 | 10.2433 | 8000 | 0.2482 | 38.6430 |
| 0.0059 | 11.5237 | 9000 | 0.2635 | 38.6898 |
| 0.0051 | 12.8041 | 10000 | 0.2729 | 38.4713 |
Base model
openai/whisper-base