PolyAI/minds14
Viewer • Updated • 16.3k • 7.14k • 103
How to use Aryan-401/whisper-tiny-english-minds14 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Aryan-401/whisper-tiny-english-minds14") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Aryan-401/whisper-tiny-english-minds14")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Aryan-401/whisper-tiny-english-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 |
|---|---|---|---|---|---|
| 0.3391 | 3.45 | 100 | 0.5298 | 0.3506 | 0.3508 |
| 0.0475 | 6.9 | 200 | 0.5772 | 0.3560 | 0.3559 |
| 0.0046 | 10.34 | 300 | 0.6521 | 0.3546 | 0.3540 |
| 0.0014 | 13.79 | 400 | 0.6903 | 0.3506 | 0.3521 |
| 0.0009 | 17.24 | 500 | 0.7096 | 0.3520 | 0.3534 |
Base model
openai/whisper-tiny