aipanjab/speech-pa
Viewer • Updated • 15.6k • 44
How to use aipanjab/whisper-tiny-pa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="aipanjab/whisper-tiny-pa") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("aipanjab/whisper-tiny-pa")
model = AutoModelForSpeechSeq2Seq.from_pretrained("aipanjab/whisper-tiny-pa")This model is a fine-tuned version of openai/whisper-tiny 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.2708 | 1.2804 | 1000 | 0.2786 | 60.7745 |
| 0.1963 | 2.5608 | 2000 | 0.2130 | 51.0429 |
| 0.1617 | 3.8412 | 3000 | 0.1934 | 47.3317 |
| 0.1125 | 5.1216 | 4000 | 0.1897 | 45.6335 |
| 0.0968 | 6.4020 | 5000 | 0.1915 | 45.0640 |
| 0.0857 | 7.6825 | 6000 | 0.1949 | 44.7259 |
| 0.0757 | 8.9629 | 7000 | 0.1985 | 44.4762 |
| 0.0568 | 10.2433 | 8000 | 0.2107 | 44.6765 |
| 0.0531 | 11.5237 | 9000 | 0.2165 | 44.8611 |
| 0.05 | 12.8041 | 10000 | 0.2197 | 44.9001 |
Base model
openai/whisper-tiny