PolyAI/minds14
Viewer • Updated • 16.3k • 11.2k • 107
How to use Adbhut/whisper-tiny-finetuned-minds14-enUS with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Adbhut/whisper-tiny-finetuned-minds14-enUS") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Adbhut/whisper-tiny-finetuned-minds14-enUS")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Adbhut/whisper-tiny-finetuned-minds14-enUS", 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.3065 | 3.57 | 100 | 0.4921 | 0.3689 | 0.3577 |
| 0.0391 | 7.14 | 200 | 0.5425 | 0.3535 | 0.3436 |
| 0.0042 | 10.71 | 300 | 0.5878 | 0.3566 | 0.3495 |
| 0.0012 | 14.29 | 400 | 0.6206 | 0.3430 | 0.3377 |
| 0.0007 | 17.86 | 500 | 0.6438 | 0.3448 | 0.3406 |
| 0.0005 | 21.43 | 600 | 0.6602 | 0.3430 | 0.3394 |
Base model
openai/whisper-tiny