MinaNasser/Arabic_STT_DS_AI_Transcriped
Viewer • Updated • 18.2k • 6
How to use MinaNasser/Whisper-Base-MN-EG with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="MinaNasser/Whisper-Base-MN-EG") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("MinaNasser/Whisper-Base-MN-EG")
model = AutoModelForSpeechSeq2Seq.from_pretrained("MinaNasser/Whisper-Base-MN-EG")This model is a fine-tuned version of openai/whisper-base on the Arabic_STT_DS_AI_Transcriped 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 | Cer |
|---|---|---|---|---|---|
| 1.1391 | 1.0989 | 500 | 0.5976 | 57.8994 | 33.4040 |
| 0.8563 | 2.1978 | 1000 | 0.5692 | 52.5482 | 30.5180 |
| 0.7231 | 3.2967 | 1500 | 0.5594 | 53.2405 | 31.4875 |
| 0.6320 | 4.3956 | 2000 | 0.5600 | 49.4351 | 27.8913 |
| 0.6085 | 5.4945 | 2500 | 0.5604 | 50.2102 | 28.6843 |
Base model
openai/whisper-base