| --- |
| license: cc-by-nc-sa-4.0 |
| language: |
| - ar |
| task_categories: |
| - automatic-speech-recognition |
| - audio-classification |
| pretty_name: Clean One-Speaker SADA |
| size_categories: |
| - 10K<n<100K |
| --- |
| |
| # Clean_One_Speaker_SADA |
| |
| A cleaned, single-speaker subset of the SADA (Saudi Audio Dataset for Arabic) corpus, |
| derived from [MahmoudIbrahim/100Hours-SADA22](https://huggingface.co/datasets/MahmoudIbrahim/100Hours-SADA22). |
| |
| ## Processing |
| |
| Follows the cleaning procedure from the Kaggle notebook |
| [Segmented Audio Data for Arabic Dialects (SADA)](https://www.kaggle.com/code/amjadkhatabi/segmented-audio-data-for-arabic-dialects-sada): |
| |
| - Removed rows with `Unknown` speaker age or gender. |
| - Removed rows whose dialect is `More than 1 speaker`, `Unknown`, or `Notapplicable` |
| (every remaining segment has exactly one identified speaker). |
| - Normalized bilingual labels (e.g. `Adult -- بالغ` → `Adult`). |
| |
| ## Columns |
| |
| `audio`, `text` (ground-truth transcript), `cleaned_text` (normalized transcript), |
| `speaker_age`, `speaker_gender`, `speaker_dialect` |
|
|
| ## License & attribution |
|
|
| Derived from **SADA: Saudi Audio Dataset for Arabic** by SDAIA and the Saudi |
| Broadcasting Authority, released under CC BY-NC-SA 4.0. This derivative is |
| distributed under the same license (non-commercial, share-alike). |
|
|
| ``` |
| @misc{SADA2022, |
| title={SADA: Saudi Audio Dataset for Arabic}, |
| author={SDAIA and Saudi Broadcasting Authority}, |
| year={2022}, |
| howpublished={\url{https://www.kaggle.com/datasets/sdaiancai/sada2022}}, |
| note={CC BY-NC-SA 4.0} |
| } |
| ``` |
|
|