PolyAI/minds14
Viewer • Updated • 16.3k • 6.52k • 102
How to use MHaurel/whisper-tiny-english with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="MHaurel/whisper-tiny-english") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("MHaurel/whisper-tiny-english")
model = AutoModelForSpeechSeq2Seq.from_pretrained("MHaurel/whisper-tiny-english")This model is a fine-tuned version of openai/whisper-tiny on the 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 Percentage | Wer | Wer Percentage |
|---|---|---|---|---|---|---|
| 0.0006 | 17.8571 | 500 | 0.6628 | 32.5108 | 0.3253 | 32.5266 |
Base model
openai/whisper-tiny