| | --- |
| | 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} |
| | } |
| | ``` |
| |
|