lalipa/jv_id_asr_split
Updated • 3
How to use iqbalasrif/whisper-tiny-finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iqbalasrif/whisper-tiny-finetuned") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iqbalasrif/whisper-tiny-finetuned")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iqbalasrif/whisper-tiny-finetuned")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.6903 | 0.2041 | 30 | 2.9875 | 1.0127 | 0.4365 |
| 2.533 | 0.4082 | 60 | 2.2360 | 0.8879 | 0.2921 |
| 2.0604 | 0.6122 | 90 | 1.9514 | 0.8253 | 0.2670 |
| 1.852 | 0.8163 | 120 | 1.8182 | 0.7949 | 0.2581 |
| 1.7929 | 1.0204 | 150 | 1.7784 | 0.7836 | 0.2535 |
Base model
openai/whisper-tiny.en