PolyAI/minds14
Viewer • Updated • 16.3k • 6.52k • 102
How to use trung06042002/whisper-tiny-minds14-enUS with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="trung06042002/whisper-tiny-minds14-enUS") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("trung06042002/whisper-tiny-minds14-enUS")
model = AutoModelForSpeechSeq2Seq.from_pretrained("trung06042002/whisper-tiny-minds14-enUS")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 Ortho | Wer |
|---|---|---|---|---|---|
| 4.031 | 1.0 | 29 | 1.9957 | 0.5046 | 0.4008 |
| 1.2941 | 2.0 | 58 | 0.6461 | 0.3942 | 0.3743 |
| 0.5112 | 3.0 | 87 | 0.5742 | 0.3658 | 0.3394 |
| 0.3321 | 4.0 | 116 | 0.5651 | 0.3701 | 0.3477 |
| 0.2241 | 5.0 | 145 | 0.5793 | 0.3547 | 0.3341 |
| 0.1466 | 6.0 | 174 | 0.5994 | 0.3442 | 0.3259 |
Base model
openai/whisper-tiny