PolyAI/minds14
Viewer • Updated • 16.3k • 7.03k • 103
How to use derek-thomas/whisper-tiny-polyai-english with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="derek-thomas/whisper-tiny-polyai-english") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("derek-thomas/whisper-tiny-polyai-english")
model = AutoModelForSpeechSeq2Seq.from_pretrained("derek-thomas/whisper-tiny-polyai-english")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 |
|---|---|---|---|---|---|
| 1.3183 | 3.57 | 50 | 0.6320 | 0.4183 | 0.3961 |
| 0.1792 | 7.14 | 100 | 0.5021 | 0.3467 | 0.3377 |