PolyAI/minds14
Viewer • Updated • 16.3k • 6.91k • 102
How to use HaythamB/whisper-small-dv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="HaythamB/whisper-small-dv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("HaythamB/whisper-small-dv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("HaythamB/whisper-small-dv")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 |
|---|---|---|---|---|---|
| No log | 0.0714 | 2 | 0.5676 | 0.3140 | 0.3158 |
| No log | 0.1429 | 4 | 0.5642 | 0.3054 | 0.3076 |
| No log | 0.2143 | 6 | 0.5657 | 0.3004 | 0.3017 |
| No log | 0.2857 | 8 | 0.5681 | 0.3023 | 0.3034 |
| No log | 0.3571 | 10 | 0.5722 | 0.3023 | 0.3011 |
Base model
openai/whisper-tiny