Datasets:
Dataset Viewer
sentence_id
stringlengths 5
5
| sentence
stringlengths 15
255
| audio
dict | duration
float64 0.23
2.2
| speaker
stringclasses 2
values | sampling_rate
int64 24k
24k
|
---|---|---|---|---|---|
29401 | دا الوتنې د کرونا ویروس له خپریدو سره ځنډیدلي دي. | {"path":"audio_data/20k/male/29401.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0(...TRUNCATED) | 0.486 | male | 24,000 |
29401 | دا الوتنې د کرونا ویروس له خپریدو سره ځنډیدلي دي. | {"path":"audio_data/20k/female/29401.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375(...TRUNCATED) | 0.492 | female | 24,000 |
29402 | "د ایټاليا دا اقدام د سي واچ په ګډون د یو شمیر نورو هغو م(...TRUNCATED) | {"path":"audio_data/20k/male/29402.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0(...TRUNCATED) | 1.434 | male | 24,000 |
29402 | "د ایټاليا دا اقدام د سي واچ په ګډون د یو شمیر نورو هغو م(...TRUNCATED) | {"path":"audio_data/20k/female/29402.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375(...TRUNCATED) | 1.476 | female | 24,000 |
29403 | "دا ګام تر هغې وروسته اخیستل کیږي، چې ایټالیا کرونا ویر(...TRUNCATED) | {"path":"audio_data/20k/male/29403.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0(...TRUNCATED) | 0.597 | male | 24,000 |
29403 | "دا ګام تر هغې وروسته اخیستل کیږي، چې ایټالیا کرونا ویر(...TRUNCATED) | {"path":"audio_data/20k/female/29403.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375(...TRUNCATED) | 0.603 | female | 24,000 |
29404 | "دا ګام داسې مهال اخیستل شوی، چې په دغه هېواد کې تور پوس(...TRUNCATED) | {"path":"audio_data/20k/male/29404.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0(...TRUNCATED) | 0.621 | male | 24,000 |
29404 | "دا ګام داسې مهال اخیستل شوی، چې په دغه هېواد کې تور پوس(...TRUNCATED) | {"path":"audio_data/20k/female/29404.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375(...TRUNCATED) | 0.624 | female | 24,000 |
29405 | "دا ګام د سعودي د شاهي کورنۍ له خوا د اصلاحاتو د تازه لړۍ(...TRUNCATED) | {"path":"audio_data/20k/male/29405.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0(...TRUNCATED) | 0.633 | male | 24,000 |
29405 | "دا ګام د سعودي د شاهي کورنۍ له خوا د اصلاحاتو د تازه لړۍ(...TRUNCATED) | {"path":"audio_data/20k/female/29405.wav","array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375(...TRUNCATED) | 0.627 | female | 24,000 |
End of preview. Expand
in Data Studio
Pashto Synthetic Speech Dataset Parquet (20k)
This dataset contains 40000 synthetic speech recordings in the Pashto language, with 20000 male voice recordings and 20000 female voice recordings, stored in Parquet format.
Dataset Information
- Dataset Size: 20000 sentences
- Total Recordings: 40000 audio files (20000 male + 20000 female)
- Audio Format: WAV, 24kHz, 16-bit PCM, embedded directly in Parquet files
- Dataset Format: Parquet with 500MB shards
- Sampling Rate: 24kHz (24000 Hz)
- Voices:
- Male: ps-AF-GulNawazNeural
- Female: ps-AF-LatifaNeural
- Total Audio Duration:
- Male: 19979.76 seconds
- Female: 20440.58 seconds
- Average Clip Duration:
- Male: 1.00 seconds
- Female: 1.02 seconds
Dataset Structure
pashto_speech_20k/
├── data/ # Parquet data files with embedded audio
│ ├── train-00000-of-....parquet
│ ├── train-00001-of-....parquet
│ ├── ...
│ ├── _schema.json # Parquet schema definition
│ └── _index.json # Parquet metadata
├── dataset_info.json # Dataset metadata
└── README.md # This file
Usage with HuggingFace Datasets
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("your-username/pashto_speech_20k")
# Access an example
example = dataset['train'][0]
print(example['sentence']) # The transcript
print(example['audio']) # Audio data
print(example['speaker']) # Speaker gender
print(example['sampling_rate']) # Audio sampling rate
Usage Applications
This dataset can be used for:
- Training ASR (Automatic Speech Recognition) systems for Pashto
- Voice activity detection
- Speaker verification
- Speech synthesis evaluation
License
This dataset is licensed under the MIT License.
Citation
If you use this dataset in your research, please cite:
@dataset{pashto_synthetic_speech_parquet_20k,
title = {Pashto Synthetic Speech Dataset Parquet (20k)},
year = {2025},
publisher = {HuggingFace},
howpublished = {\url{https://huggingface.co/datasets/ihanif/pashto_speech_20k}}
}
Acknowledgments
This dataset was created using Microsoft Edge TTS voices.
- Downloads last month
- 0