Datasets:
Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +28 -0
dataset_info.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Pashto Synthetic Speech Dataset Parquet (5k)",
|
3 |
+
"version": "1.0.0",
|
4 |
+
"description": "Synthetic Pashto speech dataset with 5000 sentences in male and female voices (Parquet format)",
|
5 |
+
"license": "MIT",
|
6 |
+
"created_at": "2025-04-15T23:21:06.507866",
|
7 |
+
"format": "parquet",
|
8 |
+
"statistics": {
|
9 |
+
"total_sentences": 5000,
|
10 |
+
"total_male_recordings": 5000,
|
11 |
+
"total_female_recordings": 5000,
|
12 |
+
"total_recordings": 10000,
|
13 |
+
"sampling_rate": 24000,
|
14 |
+
"total_male_duration_seconds": 4310.241,
|
15 |
+
"total_female_duration_seconds": 4396.275,
|
16 |
+
"average_male_duration_seconds": 0.8620482,
|
17 |
+
"average_female_duration_seconds": 0.8792549999999999,
|
18 |
+
"longest_male_clip_seconds": 2.001,
|
19 |
+
"longest_female_clip_seconds": 2.031,
|
20 |
+
"shortest_male_clip_seconds": 0.228,
|
21 |
+
"shortest_female_clip_seconds": 0.231
|
22 |
+
},
|
23 |
+
"voices": {
|
24 |
+
"male": "ps-AF-GulNawazNeural",
|
25 |
+
"female": "ps-AF-LatifaNeural"
|
26 |
+
},
|
27 |
+
"audio_format": "WAV, 24kHz, 16-bit PCM"
|
28 |
+
}
|