PolyAI/minds14
Viewer • Updated • 16.3k • 6.97k • 102
How to use VoicesColeby/whisper-tiny-minds14-en-us with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="VoicesColeby/whisper-tiny-minds14-en-us") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("VoicesColeby/whisper-tiny-minds14-en-us")
model = AutoModelForSpeechSeq2Seq.from_pretrained("VoicesColeby/whisper-tiny-minds14-en-us")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.2739 | 3.4483 | 100 | 0.4633 | 0.3400 | 0.3523 |
| 0.0319 | 6.8966 | 200 | 0.5263 | 0.3294 | 0.3405 |
| 0.0039 | 10.3448 | 300 | 0.6010 | 0.3288 | 0.3350 |
| 0.0012 | 13.7931 | 400 | 0.6155 | 0.3211 | 0.3263 |
| 0.0009 | 17.2414 | 500 | 0.6408 | 0.3235 | 0.3282 |
Base model
openai/whisper-tiny