PolyAI/minds14
Viewer • Updated • 16.3k • 10.6k • 105
How to use BinhMinhs10/whisper-tiny-minds14-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="BinhMinhs10/whisper-tiny-minds14-en") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("BinhMinhs10/whisper-tiny-minds14-en")
model = AutoModelForSpeechSeq2Seq.from_pretrained("BinhMinhs10/whisper-tiny-minds14-en", 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 |
|---|---|---|---|---|
| 0.0001 | 125.0 | 500 | 0.8046 | 30.4133 |
| 0.0001 | 250.0 | 1000 | 0.8565 | 31.8322 |
| 0.0001 | 375.0 | 1500 | 0.8739 | 32.0790 |
Base model
openai/whisper-tiny