Datasets:
| language: | |
| - ha | |
| license: cc-by-4.0 | |
| task_categories: | |
| - automatic-speech-recognition | |
| tags: | |
| - audio | |
| - speech | |
| - hausa | |
| - african-voices | |
| pretty_name: AfricanVoices Hausa Train | |
| size_categories: | |
| - 10K<n<100K | |
| # AfricanVoices Hausa -- Train Split | |
| ```python | |
| from datasets import load_dataset | |
| ds = load_dataset("suleiman2003/afri-temp-data3", split="train") | |
| print(ds[0]) | |
| ``` | |