PolyAI/minds14
Viewer • Updated • 16.3k • 6.08k • 103
How to use Shamik/distil-whisper-small-polyAI-minds14 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Shamik/distil-whisper-small-polyAI-minds14") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Shamik/distil-whisper-small-polyAI-minds14")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Shamik/distil-whisper-small-polyAI-minds14")This model is a fine-tuned version of distil-whisper/distil-small.en on the Speech Transcription in English from e-banking domain. 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.2325 | 3.57 | 100 | 0.6222 | 0.3557 | 0.3472 |
| 0.0196 | 7.14 | 200 | 0.8475 | 0.3757 | 0.3689 |
| 0.0014 | 10.71 | 300 | 0.9729 | 0.3630 | 0.3555 |
| 0.0006 | 14.29 | 400 | 1.0182 | 0.3371 | 0.3318 |
Base model
distil-whisper/distil-small.en