PolyAI/minds14
Viewer • Updated • 16.3k • 10.2k • 105
How to use misialyna/whisper-tiny-minds14-en-certificate with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="misialyna/whisper-tiny-minds14-en-certificate") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("misialyna/whisper-tiny-minds14-en-certificate")
model = AutoModelForSpeechSeq2Seq.from_pretrained("misialyna/whisper-tiny-minds14-en-certificate", 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 |
|---|---|---|---|---|
| 0.2722 | 3.4483 | 100 | 0.4924 | 29.9292 |
| 0.0480 | 6.8966 | 200 | 0.5424 | 29.8111 |
| 0.0070 | 10.3448 | 300 | 0.5973 | 29.6340 |
| 0.0026 | 13.7931 | 400 | 0.6194 | 29.6340 |
| 0.0021 | 17.2414 | 500 | 0.6246 | 29.5159 |
Base model
openai/whisper-tiny