Datasets:
Dataset Viewer
sentence_id
stringlengths 5
5
| text
stringlengths 16
255
| audio
dict | duration
float64 0.13
1.17
| speaker
stringclasses 2
values | sampling_rate
int64 44.1k
44.1k
|
---|---|---|---|---|---|
19401 | په نوموړي ويروس باندي د اخته کسانو شمير ته زيات سوی دی. | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.267755 | male | 44,100 |
19401 | په نوموړي ويروس باندي د اخته کسانو شمير ته زيات سوی دی. | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.287347 | female | 44,100 |
19402 | په نوم يو نندارتون جوړ شوی وو. | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.179592 | male | 44,100 |
19402 | په نوم يو نندارتون جوړ شوی وو. | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.179592 | female | 44,100 |
19403 | "په ځینو نورو ښارونو کې بیا قیودات کم شوي او ولسمشر ټرمپ(...TRUNCATED) | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.408163 | male | 44,100 |
19403 | "په ځینو نورو ښارونو کې بیا قیودات کم شوي او ولسمشر ټرمپ(...TRUNCATED) | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.417959 | female | 44,100 |
19404 | "په ځینو نورو هېوادونو کې هم د کرونا پېښې زیتاې شوي او ل(...TRUNCATED) | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.576327 | male | 44,100 |
19404 | "په ځینو نورو هېوادونو کې هم د کرونا پېښې زیتاې شوي او ل(...TRUNCATED) | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.581224 | female | 44,100 |
19405 | په ځینو نورو هېوادونو هم ورته ماتمونه اعلان شوي. | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.243265 | male | 44,100 |
19405 | په ځینو نورو هېوادونو هم ورته ماتمونه اعلان شوي. | {"path":null,"array":[-0.093780517578125,-0.4656982421875,0.0,0.0234375,0.002197265625,0.0,0.59375,0(...TRUNCATED) | 0.246531 | female | 44,100 |
End of preview. Expand
in Data Studio
Pashto Synthetic Speech Dataset Parquet (10k)
This dataset contains 20000 synthetic speech recordings in the Pashto language, with 10000 male voice recordings and 10000 female voice recordings, stored in Parquet format.
Dataset Information
- Dataset Size: 10000 sentences
- Total Recordings: 20000 audio files (10000 male + 10000 female)
- Audio Format: WAV, 44.1kHz, 16-bit PCM, embedded directly in Parquet files
- Dataset Format: Parquet with 500MB shards
- Sampling Rate: 44.1kHz (44100 Hz)
- Voices:
- Male: ps-AF-GulNawazNeural
- Female: ps-AF-LatifaNeural
- Total Audio Duration:
- Male: 4808.37 seconds
- Female: 4910.05 seconds
- Average Clip Duration:
- Male: 0.48 seconds
- Female: 0.49 seconds
Dataset Structure
pashto_speech_parquet_10k/
├── data/ # Parquet data files with embedded audio
│ ├── shard-00000-of-....parquet
│ ├── shard-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_parquet_10k")
# Access an example
example = dataset['train'][0]
print(example['text']) # 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_10k,
title = {Pashto Synthetic Speech Dataset Parquet (10k)},
year = {2023},
publisher = {HuggingFace},
howpublished = {\url{https://huggingface.co/datasets/ihanif/pashto_speech_parquet_10k}}
}
Acknowledgments
This dataset was created using Microsoft Edge TTS voices.
- Downloads last month
- 35