MAdel121/whisper-small-egyptian-arabic
Automatic Speech Recognition • 0.2B • Updated • 218 • 4
Error code: ClientConnectionError
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This corpus contains ≈72 h of Egyptian‑Arabic speech aligned to text.
Audio has been resampled to 16 kHz mono WAV, transcripts are normalised Arabic (no diacritics, Tatweel, digits verbalised), and the data are split 80 / 10 / 10 into train / validation / test.
| Task | Tags | Notes |
|---|---|---|
| Automatic Speech Recognition | asr, speech-recognition |
Primary use‑case |
| Forced Alignment / VAD | alignment, vad |
Clips ≤ 25 s |
The dataset is predominantly Egyptian Arabic (ar‑EG).
~85 % of recorded hours are male speakers; speaker IDs are unavailable.
| Field | Type | Description |
|---|---|---|
audio |
Audio |
Pointer to WAV @ 16 kHz |
text |
string |
Normalised Arabic transcript |
duration |
float |
Seconds (post‑resample) |
dataset_source |
string |
One‑letter code A–D |
| Split | Hours |
|---|---|
| train | ≈57.6 |
| validation | ≈7.2 |
| test | ≈7.2 |
| Code | Raw Hours | Description |
|---|---|---|
| A | ~465 | Long clips, heavy overlap |
| B | ~65 | Similar to A, shorter |
| C | ~5 | Dual‑channel conversations |
| D | ~2.5 | YouTube excerpts |
| Other | <5 | Minor sources |
Only ≈12 % of the original 570 h survived the cleaning pipeline.
datasets.DatasetDict.from datasets import load_dataset
ds = load_dataset("your-username/egyptian_arabic_asr_clean72h")
print(ds["train"][0]["audio"].sampling_rate) # 16000
print(ds["train"][0]["text"])