PolyAI/minds14
Viewer • Updated • 16.3k • 10.5k • 105
How to use mitro99/whisper-tiny-polyai-enUS_fewer_epochs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="mitro99/whisper-tiny-polyai-enUS_fewer_epochs") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("mitro99/whisper-tiny-polyai-enUS_fewer_epochs")
model = AutoModelForSpeechSeq2Seq.from_pretrained("mitro99/whisper-tiny-polyai-enUS_fewer_epochs")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 |
|---|---|---|---|---|---|
| 2.9576 | 3.33 | 50 | 1.9424 | 0.5077 | 0.4050 |
| 0.5132 | 6.67 | 100 | 0.6382 | 0.4152 | 0.3684 |
| 0.2569 | 10.0 | 150 | 0.5925 | 0.3893 | 0.3554 |
| 0.0973 | 13.33 | 200 | 0.6145 | 0.3800 | 0.3495 |
Base model
openai/whisper-tiny