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.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

English-Luganda Speech Translation Dataset

Dataset Description

This dataset contains paired speech recordings in English and Luganda for speech-to-speech translation research.

Dataset Summary

  • Languages: English (en), Luganda (lg)
  • Task: Speech-to-speech translation
  • Total Pairs: 0
  • Total Duration: 3.9h (English), 4.7h (Luganda)
  • Audio Format: WAV
  • Sampling Rate: 16,000 Hz

Data Splits

Split Pairs

Usage

from datasets import load_dataset

# Load the dataset
dataset = load_dataset("yigagilbert/lug-eng-parallel-data")

# Access training split
train_data = dataset["train"]

# Get first example
example = train_data[0]
english_audio = example["english_audio"]
luganda_audio = example["luganda_audio"]

Citation

@dataset{english_luganda_speech_2025,
  title={English-Luganda Speech Translation Dataset},
  author={[Your Name]},
  year={2025},
  publisher={Hugging Face},
  url={https://huggingface.co/datasets/yigagilbert/lug-eng-parallel-data}
}
Downloads last month
2