Datasets:
File size: 3,742 Bytes
e5a5469 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | ---
license: cc-by-nc-4.0
language:
- ar
multilinguality:
- multilingual
task_categories:
- automatic-speech-recognition
- audio-classification
- text-to-speech
tags:
- arabic
- arabic-dialects
- egyptian-arabic
- tunisian-arabic
- gulf-arabic
- levantine-arabic
- speech-data
- voice-ai
- asr
- tts
- middle-east
- north-africa
- msa
- dialectal-arabic
pretty_name: "πΈπ¦ Arabic Dialects Speech Dataset"
size_categories:
- n<1K
---
# πΈπ¦ Arabic Dialects Speech Dataset
<p align="left">
<img src="https://cdn-uploads.huggingface.co/production/uploads/69162b50b89e7abe20de4b5a/LWhs4p2lPFcyiVsP0tluu.png" width="40%">
</p>
[](https://www.silencioai.com)
[](mailto:sofia@silencioai.com)
[](mailto:sofia@silencioai.com)
---
> **π Real Arabic dialects from native speakers across the Arab world.**
>
> **π§ Need more?** [sofia@silencioai.com](mailto:sofia@silencioai.com) β we have **8,000+ hours** of Arabic dialect data available.
---
## π― Dataset Overview
**187 recordings** across **4 major Arabic dialect regions**, sourced from native speakers.
| Dialect | Code | Samples | Countries |
|---------|------|---------|-----------|
| πͺπ¬ **Egyptian** | `egyptian` | 117 | Egypt (Cairene, Alexandrian) |
| πΉπ³ **Tunisian/Maghrebi** | `tunisian` | 55 | Tunisia, Algeria |
| πΈπ¦ **Gulf** | `gulf` | 11 | Saudi Arabia, UAE, Qatar |
| π―π΄ **Levantine** | `levantine` | 4 | Jordan, Syria, Lebanon |
## π Quick Start
```python
from datasets import load_dataset
# Load Egyptian Arabic
egyptian = load_dataset("SilencioNetwork/arabic-dialects-speech", "egyptian")
# Load Gulf Arabic
gulf = load_dataset("SilencioNetwork/arabic-dialects-speech", "gulf")
# Load Tunisian Arabic
tunisian = load_dataset("SilencioNetwork/arabic-dialects-speech", "tunisian")
for sample in egyptian['train']:
audio = sample['audio']
transcript = sample['transcript']
dialect = sample['dialect']
print(f"[{dialect}] {transcript[:50]}...")
```
## π Why Arabic Dialects?
Arabic has massive dialectal variation β a model trained on MSA (Modern Standard Arabic) often fails on dialectal speech:
- πͺπ¬ **Egyptian Arabic** β Most widely understood (media/film influence)
- πΈπ¦ **Gulf Arabic** β Business and energy sector
- π²π¦ **Maghrebi** β North Africa, French influence
- π―π΄ **Levantine** β Syria, Lebanon, Jordan, Palestine
This dataset captures **real dialectal speech** from native speakers.
## π Full Data Availability
| Dialect | Sample | Full Corpus |
|---------|--------|-------------|
| Egyptian | 117 | **3,500+ hours** |
| Gulf (Saudi, UAE, Qatar) | 11 | **1,800+ hours** |
| Maghrebi (Tunisia, Morocco, Algeria) | 55 | **1,200+ hours** |
| Levantine (Jordan, Lebanon, Syria) | 4 | **900+ hours** |
| Iraqi | β | **400+ hours** |
| **Total Arabic** | **187** | **8,000+ hours** |
## βοΈ License
**CC BY-NC 4.0** β Free for research and non-commercial use.
For **commercial licensing**, contact [sofia@silencioai.com](mailto:sofia@silencioai.com).
## π§ Get More Data
**π§ Email:** [sofia@silencioai.com](mailto:sofia@silencioai.com)
**π Website:** [silencioai.com](https://www.silencioai.com)
---
## Citation
```bibtex
@dataset{silencio_arabic_dialects_2025,
title = {Arabic Dialects Speech Dataset},
author = {Silencio Network},
year = {2025},
publisher = {Hugging Face},
license = {CC BY-NC 4.0}
}
```
|