PolyAI/minds14
Viewer • Updated • 16.3k • 6.37k • 102
How to use tomerz14/whisper-tiny-en-US with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="tomerz14/whisper-tiny-en-US") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("tomerz14/whisper-tiny-en-US")
model = AutoModelForSpeechSeq2Seq.from_pretrained("tomerz14/whisper-tiny-en-US")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 |
|---|---|---|---|---|---|
| 3.1254 | 1.0 | 14 | 2.3537 | 0.5256 | 0.4044 |
| 1.5373 | 2.0 | 28 | 0.8677 | 0.4152 | 0.3861 |
| 0.4607 | 3.0 | 42 | 0.4872 | 0.3714 | 0.3678 |
| 0.232 | 4.0 | 56 | 0.4721 | 0.3325 | 0.3306 |
| 0.1367 | 5.0 | 70 | 0.4858 | 0.3239 | 0.3247 |
| 0.0665 | 6.0 | 84 | 0.4996 | 0.3251 | 0.3235 |
| 0.0314 | 7.0 | 98 | 0.5340 | 0.3208 | 0.3205 |
| 0.0104 | 8.0 | 112 | 0.5454 | 0.3054 | 0.3028 |
| 0.006 | 9.0 | 126 | 0.5581 | 0.3152 | 0.3135 |
| 0.0034 | 10.0 | 140 | 0.5593 | 0.3146 | 0.3129 |
| 0.0024 | 11.0 | 154 | 0.5686 | 0.3041 | 0.3028 |
| 0.002 | 12.0 | 168 | 0.5736 | 0.3054 | 0.3040 |
| 0.0019 | 13.0 | 182 | 0.5731 | 0.3048 | 0.3034 |
| 0.0021 | 14.0 | 196 | 0.5729 | 0.3054 | 0.3040 |
| 0.002 | 15.0 | 210 | 0.5730 | 0.3054 | 0.3040 |
Base model
openai/whisper-tiny