PolyAI/minds14
Viewer • Updated • 16.3k • 6.74k • 103
How to use Bhanu9Prakash/whisper-tiny-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Bhanu9Prakash/whisper-tiny-en") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Bhanu9Prakash/whisper-tiny-en")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Bhanu9Prakash/whisper-tiny-en")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.292 | 3.57 | 100 | 0.4495 | 0.2665 | 0.2512 |
| 0.0387 | 7.14 | 200 | 0.4957 | 0.2732 | 0.2604 |
| 0.0053 | 10.71 | 300 | 0.5469 | 0.2538 | 0.2448 |
| 0.0013 | 14.29 | 400 | 0.5758 | 0.2580 | 0.2506 |
| 0.0008 | 17.86 | 500 | 0.5973 | 0.2520 | 0.2436 |
Base model
openai/whisper-tiny