semi-Voxpopuli / README.md
Jagadeesh Rachapudi
u
bd809fd
|
raw
history blame
1.59 kB
---
datasets:
- Jagadeesh9580/semi-Voxpopuli
tags:
- audio
- multilingual
- speech-recognition
- speaker-identification
- language-modeling
license: apache-2.0
---
# 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.
## Dataset Description
- **Languages**: English (EN), Polish (PL), Swedish (SV)
- **Type**: Audio dataset
- **Source**: Derived from the VoxPopuli dataset
- **Tasks**: Speech recognition, speaker identification, and language modeling
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:
```python
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}
}
```