PolyAI/minds14
Viewer • Updated • 16.3k • 7.07k • 102
How to use arshsin/whisper-tiny-finetuned-minds14 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arshsin/whisper-tiny-finetuned-minds14") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arshsin/whisper-tiny-finetuned-minds14")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arshsin/whisper-tiny-finetuned-minds14")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.8342 | 1.0 | 28 | 2.7013 | 0.4859 | 0.3669 |
| 1.52 | 2.0 | 56 | 0.6447 | 0.3822 | 0.3624 |
| 0.4282 | 3.0 | 84 | 0.5154 | 0.3573 | 0.3521 |
| 0.2511 | 4.0 | 112 | 0.5017 | 0.3452 | 0.3430 |
| 0.1461 | 5.0 | 140 | 0.5106 | 0.3620 | 0.3572 |
| 0.0829 | 6.0 | 168 | 0.5399 | 0.3641 | 0.3592 |
| 0.0423 | 7.0 | 196 | 0.5596 | 0.3573 | 0.3527 |
| 0.0199 | 8.0 | 224 | 0.5846 | 0.3627 | 0.3598 |
| 0.0093 | 9.0 | 252 | 0.6006 | 0.3594 | 0.3572 |
| 0.0056 | 10.0 | 280 | 0.6207 | 0.3345 | 0.3301 |
| 0.0037 | 11.0 | 308 | 0.6238 | 0.3560 | 0.3534 |
| 0.0021 | 12.0 | 336 | 0.6377 | 0.3486 | 0.3482 |
| 0.0016 | 13.0 | 364 | 0.6485 | 0.3594 | 0.3579 |
| 0.0013 | 14.0 | 392 | 0.6621 | 0.3567 | 0.3572 |
| 0.0011 | 15.0 | 420 | 0.6617 | 0.3587 | 0.3605 |
| 0.0009 | 16.0 | 448 | 0.6682 | 0.3560 | 0.3559 |
| 0.0008 | 17.0 | 476 | 0.6741 | 0.3627 | 0.3624 |
| 0.0008 | 17.86 | 500 | 0.6785 | 0.3607 | 0.3624 |
Base model
openai/whisper-tiny