ylacombe/english_dialects
Viewer • Updated • 17.9k • 1.28k • 35
How to use KhaledLakhdher/whisper-small-dv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="KhaledLakhdher/whisper-small-dv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("KhaledLakhdher/whisper-small-dv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("KhaledLakhdher/whisper-small-dv")This model is a fine-tuned version of openai/whisper-small on the ylacombe/english_dialects 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.0002 | 19.2308 | 500 | 0.2430 | 6.5898 | 6.0065 |
Base model
openai/whisper-small