Dataset Preview
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

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.

audio
audio
End of preview.

VoxPopuli Multilingual Audio Dataset

This dataset contains audio recordings in English (EN), Polish (PL), and Swedish (SV) languages. It is derived from the VoxPopuli dataset and tailored for multilingual language processing tasks.

The dataset includes audio clips and corresponding metadata to support research and development in multilingual audio processing.

Dataset Files

The dataset includes the following files:

  • data.csv: Contains metadata about the audio files, including:
    • File Path: Path to the corresponding audio file
    • Duration: Duration of the audio clip (in seconds)
    • Language Label: EN, PL, or SV
  • Audio files: These are referenced in data.csv and can be downloaded separately if hosted elsewhere.

How to Use

To load the dataset using the datasets library, use the following Python code:

from datasets import load_dataset

dataset = load_dataset("Jagadeesh9580/semi-Voxpopuli")

@inproceedings{voxpopuli2021,
  title={VoxPopuli: A Large-Scale Multilingual Speech Corpus for Representation Learning, Semi-Supervised Learning, and Interpretation},
  author={Schneider, Steffen et al.},
  year={2021}
}
Downloads last month
30