PolyAI/minds14
Viewer • Updated • 16.3k • 14.6k • 107
How to use senthilsdglakhsg/whisper-tiny-minds14-enUS with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="senthilsdglakhsg/whisper-tiny-minds14-enUS") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("senthilsdglakhsg/whisper-tiny-minds14-enUS")
model = AutoModelForSpeechSeq2Seq.from_pretrained("senthilsdglakhsg/whisper-tiny-minds14-enUS", device_map="auto")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 | Wer Ortho |
|---|---|---|---|---|---|
| 6.0096 | 1.0 | 29 | 1.9128 | 0.4941 | 0.3942 |
| 1.3392 | 2.0 | 58 | 0.5142 | 0.3961 | 0.3806 |
| 0.6757 | 3.0 | 87 | 0.4752 | 0.3732 | 0.3566 |
| 0.5135 | 4.0 | 116 | 0.4672 | 0.3775 | 0.3652 |
| 0.4573 | 5.0 | 145 | 0.4681 | 0.3634 | 0.3504 |
Base model
openai/whisper-tiny