PolyAI/minds14
Viewer • Updated • 16.3k • 7.03k • 102
How to use kalash-1106/output with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="kalash-1106/output") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("kalash-1106/output")
model = AutoModelForSpeechSeq2Seq.from_pretrained("kalash-1106/output")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 |
|---|---|---|---|---|---|
| 2.9987 | 0.5172 | 15 | 1.7184 | 0.4640 | 0.4170 |
| 0.7514 | 1.0345 | 30 | 0.5257 | 0.3790 | 0.3795 |
| 0.307 | 1.5517 | 45 | 0.5051 | 0.3269 | 0.3253 |
| 0.3075 | 2.0690 | 60 | 0.4907 | 0.3526 | 0.3518 |
| 0.1492 | 2.5862 | 75 | 0.5120 | 0.3095 | 0.3106 |
| 0.0719 | 3.1034 | 90 | 0.5336 | 0.3166 | 0.3192 |
Base model
openai/whisper-tiny