ihanif commited on
Commit
7449179
·
verified ·
1 Parent(s): a56c11a

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +40 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0.0",
3
+ "description": "Synthetic Pashto speech dataset with 20000 sentences in male and female voices (Parquet format)",
4
+ "citation": "@dataset{pashto_synthetic_speech_parquet_20k, title = {Pashto Synthetic Speech Dataset Parquet (20k)}, year = {2025}}",
5
+ "homepage": "https://huggingface.co/datasets/username/pashto_speech_20k",
6
+ "license": "mit",
7
+ "features": {
8
+ "sentence_id": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "sentence": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "audio": {
19
+ "_type": "Audio",
20
+ "dtype": "struct",
21
+ "id": null,
22
+ "sampling_rate": 24000
23
+ },
24
+ "duration": {
25
+ "dtype": "float64",
26
+ "id": null,
27
+ "_type": "Value"
28
+ },
29
+ "speaker": {
30
+ "dtype": "string",
31
+ "id": null,
32
+ "_type": "Value"
33
+ },
34
+ "sampling_rate": {
35
+ "dtype": "int64",
36
+ "id": null,
37
+ "_type": "Value"
38
+ }
39
+ }
40
+ }