Dataset Viewer (First 5GB)
Auto-converted to Parquet Duplicate
Search is not available for this dataset
The dataset viewer is not available for this split.
Server error while post-processing the rows. Please report the issue.
Error code:   RowsPostProcessingError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Multi-Language Dialogue Episodes Dataset

Dataset Description

This dataset contains dialogue episodes with multi-language transcripts and separated speaker audio.

Features

  • 24,076 dialogue segments from 138 videos
  • Multi-language transcripts in 9 languages
  • Separated speakers - 2-channel audio
  • Multi-channel audio - stereo WAV files (24kHz)

Usage

from datasets import load_dataset

ds = load_dataset("khursanirevo/dialogue-episodes")
sample = ds["train"][0]

# Play audio
from IPython.display import Audio
Audio(sample["audio"]["array"], rate=sample["audio"]["sampling_rate"])

License

CC-BY-NC-4.0

Downloads last month
2,764