This dataset spans across different African languages and also touches on cross-lingual aspects. It can be best used in Question Answering tasks.
from datasets import load_datasets
#load the entire dataset
dataset = load_dataset("theophilusowiti/AfriQuAD")