PolyAI/minds14
Viewer • Updated • 16.3k • 9.78k • 105
How to use mmhamdy/whisper-tiny-finetuned-minds14-en-us with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="mmhamdy/whisper-tiny-finetuned-minds14-en-us") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("mmhamdy/whisper-tiny-finetuned-minds14-en-us")
model = AutoModelForSpeechSeq2Seq.from_pretrained("mmhamdy/whisper-tiny-finetuned-minds14-en-us")This model is a fine-tuned version of openai/whisper-tiny on the MINDS-14 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 |
|---|---|---|---|---|---|
| 0.3159 | 3.57 | 100 | 0.5309 | 0.3580 | 0.3553 |
| 0.0402 | 7.14 | 200 | 0.5889 | 0.3338 | 0.3301 |
| 0.0038 | 10.71 | 300 | 0.6554 | 0.3526 | 0.3495 |
| 0.0012 | 14.29 | 400 | 0.6934 | 0.3499 | 0.3495 |
| 0.0007 | 17.86 | 500 | 0.7170 | 0.3580 | 0.3579 |
Base model
openai/whisper-tiny