PolyAI/minds14
Viewer • Updated • 16.3k • 8.88k • 105
How to use rambaldi47/whisper-tiny with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="rambaldi47/whisper-tiny") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("rambaldi47/whisper-tiny")
model = AutoModelForSpeechSeq2Seq.from_pretrained("rambaldi47/whisper-tiny")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.0592 | 0.89 | 25 | 0.6009 | 0.4226 | 0.3808 |
| 0.0508 | 1.79 | 50 | 0.6093 | 0.4485 | 0.4103 |
| 0.0483 | 2.68 | 75 | 0.6205 | 0.4442 | 0.4126 |
| 0.0315 | 3.57 | 100 | 0.6268 | 0.4392 | 0.4120 |
| 0.0304 | 4.46 | 125 | 0.6416 | 0.4448 | 0.4168 |
Base model
openai/whisper-tiny