Datasets:
Dataset Viewer
The dataset viewer is not available for this split.
Server error while post-processing the split 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.
Uzbek Speech Transcription Dataset
This dataset contains Uzbek speech audio chunks with their transcriptions. The audio files are automatically segmented using VAD (Voice Activity Detection).
Dataset Structure
Each entry contains:
audio
: Audio file (FLAC format, 24kHz sampling rate)text
: Uzbek transcription textspeaker_gender
: Estimated speaker gendernoise_level
: Background noise level assessmentcontains_music
: Whether background music is detectedcontains_overlap
: Whether speaker overlap is detectedspeakers_estimate
: Estimated number of speakersconfidence
: Transcription confidence scoreis_uzbek_only
: Whether the audio contains only Uzbek speechhas_unintelligible_speech
: Whether the audio contains unintelligible speechhas_audio_cuts
: Whether the audio has abrupt cuts or interruptionsfilename
: Original filenameupload_timestamp
: When this entry was uploaded
Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("capsul1912/Ilmparvar_samples")
# Access audio and text
for example in dataset["train"]:
audio = example["audio"]
text = example["text"]
print(f"Text: {text}")
Total entries: 1677 Last updated: 2025-07-27 21:44:38
- Downloads last month
- 124