PolyAI/minds14
Viewer • Updated • 16.3k • 6.08k • 103
How to use kenshi777/whisper-tiny-en-us-minds14 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="kenshi777/whisper-tiny-en-us-minds14") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("kenshi777/whisper-tiny-en-us-minds14")
model = AutoModelForSpeechSeq2Seq.from_pretrained("kenshi777/whisper-tiny-en-us-minds14")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.2764 | 3.4483 | 100 | 0.4638 | 0.3530 | 0.3615 |
| 0.0445 | 6.8966 | 200 | 0.5164 | 0.3200 | 0.3325 |
| 0.0061 | 10.3448 | 300 | 0.5695 | 0.3318 | 0.3387 |
| 0.0024 | 13.7931 | 400 | 0.5898 | 0.3318 | 0.3368 |
| 0.0020 | 17.2414 | 500 | 0.5946 | 0.3335 | 0.3387 |
Base model
openai/whisper-tiny