You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

language: - am - en - sw - lg - ak

ZINDI_HASH_DATASET

Multilingual Sexual and Reproductive Health Dataset (ZINDI_HASH_DATASET)

Hugging Face

Dataset Summary

ZINDI_HASH_DATASET is a multilingual dataset for text-based sexual and reproductive health (SRH) content. It contains aligned text pairs across nine language-country configurations, designed to support research in natural language processing (NLP), translation, and text understanding for African languages.

The dataset is split into training and validation (dev) for each language pair. It is suitable for sequence-to-sequence tasks such as translation, paraphrasing, or text generation in the SRH domain.


Languages

The dataset covers the following languages:

Language Code
Amharic am
English en
Luganda lg
Akan ak
Swahili sw

Each language is paired with a specific country context:

  • Aka β†’ Ghana (aka_gha)
  • Amh β†’ Ethiopia (amh_eth)
  • Eng β†’ Ethiopia, Ghana, Kenya, Uganda (eng_eth, eng_gha, eng_ken, eng_uga)
  • Lug β†’ Uganda (lug_uga)
  • Swa β†’ Kenya (swa_ken)

language: - am - en - sw - lg - ak

Dataset Structure

The dataset is organized into language-first folders:

Dataset Structure

aka/
└── aka_gha/
    β”œβ”€β”€ train-*
    └── dev-*
eng/
β”œβ”€β”€ eng_eth/
β”‚   β”œβ”€β”€ train-*
β”‚   └── dev-*
β”œβ”€β”€ eng_gha/
β”‚   β”œβ”€β”€ train-*
β”‚   └── dev-*
β”œβ”€β”€ eng_ken/
β”‚   β”œβ”€β”€ train-*
β”‚   └── dev-*
└── eng_uga/
    β”œβ”€β”€ train-*
    └── dev-*
lug/
└── lug_uga/
    β”œβ”€β”€ train-*
    └── dev-*
swa/
└─── swa_ken/
    β”œβ”€β”€ train-*
    └── dev-*

Each split contains files with two columns:

  • input: original SRH text
  • output: target text (translated, paraphrased, or processed)

Dataset Details

Config Train Dev
Aka_Gha 4985 1247
Amh_Eth 1945 487
Eng_Eth 4391 1098
Eng_Gha 4986 1247
Eng_Ken 2340 586
Eng_Uga 8848 2212
Lug_Uga 3801 951
Swa_Ken 2339 585

Use Cases

ZINDI_HASH_DATASET can be used for:

  • Machine translation and multilingual NLP research
  • Sequence-to-sequence models in the SRH domain
  • Text classification or paraphrasing
  • Evaluating model performance across African languages

Loading the Dataset

from datasets import load_dataset

# Example: load English-Ghana split
dataset = load_dataset("AiHub4MSRH-Hash/ZINDI_HASH_DATASET", "Eng_Gha")
print(dataset["train"][0])

@dataset{aihub4msrh-zindi_hash_dataset,
  title={ZINDI_HASH_DATASET},
  author={HASH / AiHub4MSRH},
  year={2026},
  url={https://huggingface.co/datasets/AiHub4MSRH-Hash/ZINDI_HASH_DATASET}
Downloads last month
8