fabhaus/masri_audio_transcription
Viewer • Updated • 6.05k • 33 • 1
How to use fabhaus/whisper-small-eg2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="fabhaus/whisper-small-eg2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("fabhaus/whisper-small-eg2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("fabhaus/whisper-small-eg2")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.1195 | 2.9326 | 1000 | 0.1951 | 19.3987 |
| 0.0139 | 5.8651 | 2000 | 0.1341 | 8.9514 |
| 0.0021 | 8.7977 | 3000 | 0.1413 | 8.7343 |
| 0.001 | 11.7302 | 4000 | 0.1489 | 8.1841 |
| 0.0005 | 14.6628 | 5000 | 0.1510 | 8.3289 |
Base model
openai/whisper-small