ihanif commited on
Commit
075e7f5
·
verified ·
1 Parent(s): 5c8d961

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +28 -0
dataset_info.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Pashto Synthetic Speech Dataset Parquet (20k)",
3
+ "version": "1.0.0",
4
+ "description": "Synthetic Pashto speech dataset with 20000 sentences in male and female voices (Parquet format)",
5
+ "license": "MIT",
6
+ "created_at": "2025-04-24T10:38:23.434064",
7
+ "format": "parquet",
8
+ "statistics": {
9
+ "total_sentences": 20000,
10
+ "total_male_recordings": 20000,
11
+ "total_female_recordings": 20000,
12
+ "total_recordings": 40000,
13
+ "sampling_rate": 24000,
14
+ "total_male_duration_seconds": 19979.763,
15
+ "total_female_duration_seconds": 20440.578,
16
+ "average_male_duration_seconds": 0.99898815,
17
+ "average_female_duration_seconds": 1.0220289,
18
+ "longest_male_clip_seconds": 2.115,
19
+ "longest_female_clip_seconds": 2.196,
20
+ "shortest_male_clip_seconds": 0.228,
21
+ "shortest_female_clip_seconds": 0.228
22
+ },
23
+ "voices": {
24
+ "male": "ps-AF-GulNawazNeural",
25
+ "female": "ps-AF-LatifaNeural"
26
+ },
27
+ "audio_format": "WAV, 24kHz, 16-bit PCM"
28
+ }