JoyboyBrian commited on
Commit
7c097d8
·
verified ·
1 Parent(s): 1a1886c

Add dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +60 -0
dataset_info.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "audio": {
6
+ "decode": false,
7
+ "_type": "Audio"
8
+ },
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "speaker_id": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "gender": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "duration": {
22
+ "dtype": "float64",
23
+ "_type": "Value"
24
+ },
25
+ "source_dataset": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "source_split": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "accent_raw": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "accent_norm_fine": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "accent_norm_coarse": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "region_group": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "native": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "notes": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ }
57
+ },
58
+ "homepage": "",
59
+ "license": ""
60
+ }