The dataset viewer is not available for this split.
Rows from parquet row groups are too big to be read: 4.94 GiB (max=286.10 MiB)
Error code:   TooBigContentError

Need help to make the dataset viewer work? Open a discussion for direct support.

Jesus Dramas is a collection of religious audio dramas across 430 languages. In total, there is around 640 hours of audio. It can be used for language identification, spoken language modelling, or speech representation learning. This dataset includes the raw unsegmented audio in a 16kHz single channel format. Each audio drama can have multiple speakers, for both male and female voices. It can be segmented into utterances with a voice activity detection (VAD) model such as this one. The original audio sources wwere crawled from InspirationalFilms.

We use this corpus to train XEUS, a multilingual speech encoder for 4000+ languages. For more details about the dataset and its usage, please refer to our paper or project page.

Usage

from datasets import load_dataset
dataset = load_dataset("espnet/jesus_dramas")

Each example in the dataset has three fields:

{
  'id': the utterance id,
  'language': the language name
  'audio': the raw audio
}

License and Acknowledgement

Jesus Dramas is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license.

If you use this dataset, we ask that you cite our paper:

@misc{chen2024robustspeechrepresentationlearning,
      title={Towards Robust Speech Representation Learning for Thousands of Languages}, 
      author={William Chen and Wangyou Zhang and Yifan Peng and Xinjian Li and Jinchuan Tian and Jiatong Shi and Xuankai Chang and Soumi Maiti and Karen Livescu and Shinji Watanabe},
      year={2024},
      eprint={2407.00837},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2407.00837}, 
}

And attribute the original creators of the data.

Downloads last month
0
Edit dataset card