PolyAI/minds14
Viewer • Updated • 16.3k • 6.98k • 102
How to use explorer7/whisper-tiny-minds14-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="explorer7/whisper-tiny-minds14-en") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("explorer7/whisper-tiny-minds14-en")
model = AutoModelForSpeechSeq2Seq.from_pretrained("explorer7/whisper-tiny-minds14-en")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 |
|---|---|---|---|---|---|
| 0.0007 | 8.6207 | 250 | 0.6551 | 0.3196 | 0.3103 |
| 0.0004 | 17.2414 | 500 | 0.6674 | 0.3128 | 0.3060 |
Base model
openai/whisper-tiny