fabhaus/masri_audio_transcription
Viewer • Updated • 6.05k • 33 • 1
How to use fabhaus/whisper-small-eg with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="fabhaus/whisper-small-eg") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("fabhaus/whisper-small-eg")
model = AutoModelForSpeechSeq2Seq.from_pretrained("fabhaus/whisper-small-eg")This model is a fine-tuned version of openai/whisper-small on the Egyptian Arabic Speech Recognition 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.0518 | 7.6336 | 1000 | 0.7113 | 42.9166 |
| 0.004 | 15.2672 | 2000 | 0.8712 | 41.2157 |
| 0.001 | 22.9008 | 3000 | 0.9327 | 42.0245 |
| 0.0006 | 30.5344 | 4000 | 0.9560 | 41.6677 |
Base model
openai/whisper-small