PolyAI/minds14
Viewer • Updated • 16.3k • 6.96k • 102
How to use AK-12/my_asr_5 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="AK-12/my_asr_5") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("AK-12/my_asr_5")
model = AutoModelForSpeechSeq2Seq.from_pretrained("AK-12/my_asr_5")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 |
|---|---|---|---|---|---|
| 4.3549 | 0.36 | 10 | 4.3416 | 0.4691 | 0.3270 |
| 3.934 | 0.71 | 20 | 3.3448 | 0.4652 | 0.3263 |
| 2.9669 | 1.07 | 30 | 2.5575 | 0.4439 | 0.3302 |
| 2.1981 | 1.43 | 40 | 1.6783 | 0.4061 | 0.3321 |
| 1.1854 | 1.79 | 50 | 0.7476 | 0.3802 | 0.3289 |
Base model
openai/whisper-tiny