PolyAI/minds14
Viewer • Updated • 16.3k • 10.4k • 105
How to use zikangzheng/whisper-tiny-minds14 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="zikangzheng/whisper-tiny-minds14") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("zikangzheng/whisper-tiny-minds14")
model = AutoModelForSpeechSeq2Seq.from_pretrained("zikangzheng/whisper-tiny-minds14", 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 |
|---|---|---|---|---|---|
| 3.2197 | 1.0 | 29 | 2.3350 | 0.3973 | 0.5231 |
| 1.8109 | 2.0 | 58 | 0.6575 | 0.3796 | 0.4170 |
| 0.6252 | 3.0 | 87 | 0.4859 | 0.3583 | 0.3720 |
| 0.3612 | 4.0 | 116 | 0.4680 | 0.3613 | 0.3726 |
| 0.2543 | 5.0 | 145 | 0.4687 | 0.3483 | 0.3609 |
Base model
openai/whisper-tiny