Dataset Viewer
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.
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 filestranscript/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
- 36