lalipa/jv_id_asr_split
Updated • 3
How to use iqbalasrif/whisper-tiny-hyperparameter with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iqbalasrif/whisper-tiny-hyperparameter") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iqbalasrif/whisper-tiny-hyperparameter")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iqbalasrif/whisper-tiny-hyperparameter")This model is a fine-tuned version of openai/whisper-tiny.en on the lalipa/jv_id_asr_split jv_id_asr_source 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 | Cer |
|---|---|---|---|---|---|
| 3.9694 | 0.1020 | 30 | 3.7782 | 1.8748 | 1.0887 |
| 3.3735 | 0.2041 | 60 | 2.9598 | 1.0019 | 0.4254 |
| 2.5449 | 0.3061 | 90 | 2.1989 | 0.8820 | 0.3221 |
| 1.9987 | 0.4082 | 120 | 1.8648 | 0.8004 | 0.2606 |
| 1.7671 | 0.5102 | 150 | 1.6909 | 0.7619 | 0.2312 |
| 1.6285 | 0.6122 | 180 | 1.5863 | 0.7336 | 0.2245 |
| 1.5475 | 0.7143 | 210 | 1.5251 | 0.7216 | 0.2213 |
| 1.4793 | 0.8163 | 240 | 1.4807 | 0.6942 | 0.2035 |
| 1.5013 | 0.9184 | 270 | 1.4582 | 0.6904 | 0.2057 |
| 1.4438 | 1.0204 | 300 | 1.4506 | 0.6884 | 0.2050 |
Base model
openai/whisper-tiny.en