PolyAI/minds14
Viewer • Updated • 16.3k • 7.07k • 102
How to use mcamara/whisper-tiny-minds-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="mcamara/whisper-tiny-minds-en") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("mcamara/whisper-tiny-minds-en")
model = AutoModelForSpeechSeq2Seq.from_pretrained("mcamara/whisper-tiny-minds-en")This model is a fine-tuned version of ihanif/whisper-tiny-minds-en 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 |
|---|---|---|---|---|---|
| 2.8469 | 0.04 | 1 | 3.2762 | 0.9025 | 0.8878 |
| 2.2255 | 0.07 | 2 | 3.2762 | 0.9025 | 0.8878 |