ihanif commited on
Commit
eb2944e
·
verified ·
1 Parent(s): ae21ea1

Upload data/_schema.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. data/_schema.json +9 -27
data/_schema.json CHANGED
@@ -1,48 +1,30 @@
1
  {
2
  "sentence_id": {
3
  "_type": "string",
4
- "pa_type": "string",
5
- "_storage": "LargeString"
6
  },
7
  "sentence": {
8
  "_type": "string",
9
- "pa_type": "string",
10
- "_storage": "LargeString"
11
  },
12
  "audio": {
13
  "_type": "audio",
14
- "pa_type": "struct",
15
- "fields": {
16
- "path": {
17
- "_type": "string",
18
- "pa_type": "string",
19
- "_storage": "LargeString"
20
- },
21
- "array": {
22
- "_type": "list",
23
- "pa_type": "list<item: float>",
24
- "_storage": "List"
25
- },
26
- "sampling_rate": {
27
- "_type": "int",
28
- "pa_type": "int32",
29
- "_storage": "int32"
30
- }
31
  }
32
  },
33
  "duration": {
34
  "_type": "float",
35
- "pa_type": "double",
36
- "_storage": "float64"
37
  },
38
  "speaker": {
39
  "_type": "string",
40
- "pa_type": "string",
41
- "_storage": "LargeString"
42
  },
43
  "sampling_rate": {
44
  "_type": "int",
45
- "pa_type": "int64",
46
- "_storage": "int64"
47
  }
48
  }
 
1
  {
2
  "sentence_id": {
3
  "_type": "string",
4
+ "pa_type": "string"
 
5
  },
6
  "sentence": {
7
  "_type": "string",
8
+ "pa_type": "string"
 
9
  },
10
  "audio": {
11
  "_type": "audio",
12
+ "pa_type": "struct<array: list<float>, sampling_rate: int32>",
13
+ "feature": {
14
+ "sampling_rate": 24000,
15
+ "_type": "Audio"
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
17
  },
18
  "duration": {
19
  "_type": "float",
20
+ "pa_type": "double"
 
21
  },
22
  "speaker": {
23
  "_type": "string",
24
+ "pa_type": "string"
 
25
  },
26
  "sampling_rate": {
27
  "_type": "int",
28
+ "pa_type": "int64"
 
29
  }
30
  }