halabi2016/arabic_speech_corpus
Updated • 573 • 38
How to use AymanMansour/Whisper-Sudanese-Dialect-small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="AymanMansour/Whisper-Sudanese-Dialect-small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("AymanMansour/Whisper-Sudanese-Dialect-small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("AymanMansour/Whisper-Sudanese-Dialect-small")This model is a fine-tuned version of openai/whisper-small on the None 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 |
|---|---|---|---|---|
| 0.0157 | 13.0 | 1000 | 1.1631 | 65.9101 |
| 0.0025 | 26.0 | 2000 | 1.3416 | 58.5066 |
| 0.0009 | 39.01 | 3000 | 1.4238 | 56.6398 |
| 0.0004 | 52.01 | 4000 | 1.4800 | 56.3004 |
| 0.0002 | 65.01 | 5000 | 1.5091 | 56.3216 |