Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
audio
audioduration (s)
1.97
18.9
End of preview. Expand in Data Studio

Pashto Synthetic Voice Dataset (2000 Samples)

This is a 2000-sample subset of the full Pashto synthetic voice dataset, containing synthetic voice recordings in Pashto language.

Dataset Structure

The dataset is organized in the following format:

  • data/: Directory containing parquet files with metadata
  • audio/: Directory containing audio files organized by gender
    • female/: Female voice recordings
    • male/: Male voice recordings

Usage

from datasets import load_dataset

# Load the dataset
dataset = load_dataset("ihanif/pashto_synthetic_voice_2000")

# Access audio files and metadata
for item in dataset["train"]:
    audio = item["audio"]
    text = item["text"]
    voice_id = item["voice_id"]
    voice_gender = item["voice_gender"]

License

This dataset is licensed under the MIT License.

Citation

If you use this dataset in your research, please cite it as:

@dataset{pashto_synthetic_voice,
  title = {Pashto Synthetic Voice Dataset},
  author = {Hanif Rahman},
  year = 2024,
  publisher = {Hugging Face},
  journal = {Hugging Face Datasets},
  url = {https://huggingface.co/datasets/ihanif/pashto_synthetic_voice_2000}
}
Downloads last month
0