ihanif commited on
Commit
2d4c6f0
·
verified ·
1 Parent(s): 964554c

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +60 -0
dataset_info.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Pashto Synthetic Speech Dataset Parquet (3k)",
3
+ "version": "1.0.0",
4
+ "description": "Synthetic Pashto speech dataset with 3000 sentences in male and female voices (Parquet format)",
5
+ "license": "MIT",
6
+ "created_at": "2025-03-21T11:35:51.374958",
7
+ "format": "parquet",
8
+ "splits": {
9
+ "train": {
10
+ "name": "train",
11
+ "num_examples": 6000
12
+ }
13
+ },
14
+ "statistics": {
15
+ "total_sentences": 3000,
16
+ "total_male_recordings": 3000,
17
+ "total_female_recordings": 3000,
18
+ "total_recordings": 6000,
19
+ "sampling_rate": 44100,
20
+ "total_male_duration_seconds": 1596.2710204081632,
21
+ "total_female_duration_seconds": 1635.4302040816326,
22
+ "average_male_duration_seconds": 0.5320903401360544,
23
+ "average_female_duration_seconds": 0.5451434013605442,
24
+ "longest_male_clip_seconds": 1.0906122448979592,
25
+ "longest_female_clip_seconds": 1.1248979591836734,
26
+ "shortest_male_clip_seconds": 0.12408163265306123,
27
+ "shortest_female_clip_seconds": 0.12408163265306123
28
+ },
29
+ "voices": {
30
+ "male": "ps-AF-GulNawazNeural",
31
+ "female": "ps-AF-LatifaNeural"
32
+ },
33
+ "audio_format": "WAV, 44.1kHz, 16-bit PCM",
34
+ "features": {
35
+ "sentence_id": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "text": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ },
43
+ "audio": {
44
+ "_type": "Audio",
45
+ "sampling_rate": 44100
46
+ },
47
+ "duration": {
48
+ "dtype": "float64",
49
+ "_type": "Value"
50
+ },
51
+ "speaker": {
52
+ "dtype": "string",
53
+ "_type": "Value"
54
+ },
55
+ "sampling_rate": {
56
+ "dtype": "int64",
57
+ "_type": "Value"
58
+ }
59
+ }
60
+ }