ihanif commited on
Commit
e503cb9
·
verified ·
1 Parent(s): 07f4900

Upload config.json with huggingface_hub

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