Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Polish Politicians Speech

Dataset in the public domain (2025)

Description

Studio-recorded short utterances by 16 Polish political figures (e.g. “Bartoszewicz Artur”, “Zandberg Adrian”), each reading ~15 sentences. Audio in .wav (16 kHz).

Files

  • audio/ – per-speaker WAV files
  • transcript/pl/test.tsv – tabular metadata & transcripts

Usage

from datasets import load_dataset
ds = load_dataset("USERNAME/pl-politicians-speech", "plain_audio")
print(ds["train"][0])
# {'path': ..., 'audio': {...}, 'sentence': ..., 'age': ..., 'gender': ...}
Downloads last month
14