MinaNasser/Arabic_STT_DS_AI_Transcriped
Viewer • Updated • 18.2k • 6
How to use MinaNasser/Whisper-Small-MN with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="MinaNasser/Whisper-Small-MN") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("MinaNasser/Whisper-Small-MN")
model = AutoModelForSpeechSeq2Seq.from_pretrained("MinaNasser/Whisper-Small-MN")This model is a fine-tuned version of openai/whisper-small 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 |
|---|---|---|---|---|---|
| 0.8504 | 0.5495 | 250 | 0.4142 | 40.0875 | 23.4493 |
| 0.6431 | 1.0989 | 500 | 0.3914 | 39.1001 | 23.3363 |
| 0.6066 | 1.6484 | 750 | 0.3828 | 40.6354 | 24.3984 |
| 0.4221 | 2.1978 | 1000 | 0.3848 | 38.0043 | 22.2810 |
| 0.4463 | 2.7473 | 1250 | 0.3800 | 37.7134 | 22.3369 |
| 0.3035 | 3.2967 | 1500 | 0.3901 | 37.7368 | 22.3377 |
| 0.3085 | 3.8462 | 1750 | 0.3890 | 37.8684 | 22.5591 |
Base model
openai/whisper-small