--- dataset_info: - config_name: human-reviewed features: - name: audio dtype: audio - name: duration dtype: float64 - name: semi-label dtype: string - name: corrected-label dtype: string splits: - name: train num_bytes: 9838671594.158 num_examples: 33282 - name: test num_bytes: 1754436439.925 num_examples: 5775 download_size: 11503545995 dataset_size: 11593108034.083 - config_name: semi-first features: - name: audio dtype: audio: decode: false - name: duration dtype: float64 - name: semi-label dtype: string splits: - name: train num_bytes: 12219340374.572 num_examples: 41366 download_size: 12146855870 dataset_size: 12219340374.572 - config_name: semi-second features: - name: audio dtype: audio: decode: false - name: duration dtype: float64 - name: semi-label dtype: string splits: - name: train num_bytes: 11588268645.052 num_examples: 38502 download_size: 23763534431 dataset_size: 11588268645.052 configs: - config_name: human-reviewed data_files: - split: train path: human-reviewed/train-* - split: test path: human-reviewed/test-* - config_name: semi-first data_files: - split: train path: semi-first/train-* - config_name: semi-second data_files: - split: train path: semi-second/train-* license: cc-by-sa-4.0 task_categories: - automatic-speech-recognition - translation language: - bm - fr tags: - semi-labelled - asr - speech-recognition - code-switching - bambara pretty_name: Kunnafonidilaw ka cadeau (Kunkado) size_categories: - 100K` | generic noise | | `` | fully inaudible speech | | `` | speaker overlap | | `` | laughter | | `` | music / jingle (no lyrics)| | `` | cough | | `` | prayers, quranic excerpts | | `` | echo artefact | | `` | applause | | `` | screams | | `` | crying | ### Recommended Normalisation Numbers appear mostly **as digits** and may violate a single style. We strongly advise applying [`number normalization`](https://pypi.org/project/bambara-normalizer/) them before training. --- ## Source & Provenance | Donor | Hours | Media type | | -------------------------------------- | ----- | --------------- | | Radio Benkouma “La voix du Baramousso” | 32.7 | Community Radio | | Mousso TV | 23.2 | TV | | [ORTM](https://ortm.ml/) (National TV) | 7 | TV/Radio | | Radio Sahel FM | 98.4 | Regional Radio | Audio was graciously provided by the broadcasters listed above; the complete corpus is released under **CC‑BY‑SA 4.0**. Automatic transcripts were generated with **[soloni‑114M](https://huggingface.co/RobotsMali/soloni-114m-tdt-ctc-V0)** and then manually corrected for \~40 h by our team of annotators. *NB: Semi Labels might be updated in future versions* ### Annotators Karounga Kanté • Boureima Traoré • Diakaridia Bengaly • Tidiane Koné • Lanseni Mallé • Séni Togninè • Assanatou Soumaoro • *Alassane Koné*  • *Benogo Fofana* • *Aboubacar Traoré* Huge thanks to our donors & reviewers – ***aw ni ce***! --- ## Known Issues & Caveats * **Segmentation**: silence‑proxy; some utterances cut mid‑word. * **Spelling issues**: Misspelling of foreign phrases and arabic transliterations * **Code‑switch inconsistencies**: Arabic phrases sometimes tagged, sometimes not. * **Number style**: digits vs. letters not strictly respected. * **Rare pure French segments** remain in the dataset. --- ## Usage Example ```python from datasets import load_dataset ds = load_dataset("RobotsMali/kunkado", split="train") print(ds[0]["corrected-label"]) ``` --- ## License **Creative Commons Attribution–ShareAlike 4.0 International** (CC‑BY‑SA 4.0). You may share and adapt, even commercially, as long as you credit the contributors **and** keep derivatives under the same licence.* No warranty. --- ## Citation ```bibtex @misc{diarra_kunkado_2025, title = {kunnafonidilaw ka cadeau: an {ASR} dataset to power the development of models that understands present-Day Bambara}, author = {RobotsMali AI4D Lab}, year = 2025, howpublished = {Hugging Face Datasets}, note = {\url{https://huggingface.co/datasets/RobotsMali/kunkado}} } ``` --- *Maintained by RobotsMali AI4D Lab — PRs & issue reports welcome!*