--- license: cc-by-4.0 language: - dyu - bm task_categories: - audio-classification task_ids: - keyword-spotting pretty_name: Faso Speech Dioula Digits tags: - audio - speech - burkina-faso - dioula - bambara - digits - spoken-digits - classification size_categories: - 1K/` | | `content_type` | `spoken-digit` | | `source` | `zenodo-8320370` | | `license` | `CC-BY-4.0` | | `attribution` | Source authors, see below | | `source_url` | https://zenodo.org/records/8320370 | ## Usage ```python from datasets import Audio, load_dataset ds = load_dataset("madoss/faso-speech-dioula-digits") ds = ds.cast_column("audio", Audio(decode=False)) print(ds["train"][0]["text"], ds["train"][0]["label"]) print(ds["train"][0]["audio"]) ``` ## Source Data Original archive: `AudiosDioula.zip`, four folders `Class_1`-`Class_4`, one `.wav` file per recording, no changes made to the audio itself. Rows were grouped by folder into `label`/`text`. Per the source README, the data was collected for the research project *"Setting up a speech recognition model for under-resourced languages"*, targeting a Dioula digit-recognition model. ## Licensing and Attribution Licensed **CC-BY-4.0** by the original authors: > KEITA Zakaria Cheick Oumar and BATONIO Fabrice (Universite de Bordeaux / > UNB / ESI). Data collection managed by NABALOUM Emile, project managers > Dr SOME Borlli Michel and Dr DIALLO Gayo. If you use this dataset, please credit the original authors and cite the Zenodo record (DOI 10.5281/zenodo.8320370) in addition to this repository. ## Related Part of the [`madoss`](https://huggingface.co/madoss) Burkina Faso speech data efforts, alongside [`madoss/faso-speech`](https://huggingface.co/datasets/madoss/faso-speech) and [`madoss/faso-speech-plus`](https://huggingface.co/datasets/madoss/faso-speech-plus). Kept as a separate repo because it is digit classification, not sentence-level ASR, and carries a clear CC-BY-4.0 license.