PolyAI/minds14
Viewer • Updated • 16.3k • 7.03k • 102
How to use mitro99/whisper-tiny-polyai-enUS_lower_lr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="mitro99/whisper-tiny-polyai-enUS_lower_lr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("mitro99/whisper-tiny-polyai-enUS_lower_lr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("mitro99/whisper-tiny-polyai-enUS_lower_lr")This model is a fine-tuned version of openai/whisper-tiny on the PolyAI/minds14 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 Ortho | Wer |
|---|---|---|---|---|---|
| 2.9571 | 3.33 | 50 | 1.9622 | 0.5077 | 0.4050 |
| 0.5131 | 6.67 | 100 | 0.6540 | 0.4152 | 0.3684 |
| 0.2572 | 10.0 | 150 | 0.6091 | 0.3874 | 0.3524 |
| 0.0974 | 13.33 | 200 | 0.6316 | 0.3745 | 0.3442 |
| 0.0405 | 16.67 | 250 | 0.6686 | 0.3917 | 0.3577 |
| 0.0116 | 20.0 | 300 | 0.7097 | 0.4028 | 0.3766 |
| 0.0049 | 23.33 | 350 | 0.7341 | 0.3954 | 0.3743 |
| 0.0032 | 26.67 | 400 | 0.7510 | 0.4065 | 0.3884 |
| 0.0023 | 30.0 | 450 | 0.7607 | 0.3967 | 0.3778 |
| 0.0018 | 33.33 | 500 | 0.7730 | 0.4022 | 0.3849 |
Base model
openai/whisper-tiny