Datasets:
Upload data/_schema.json with huggingface_hub
Browse files- data/_schema.json +30 -0
data/_schema.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"sentence_id": {
|
3 |
+
"_type": "string",
|
4 |
+
"pa_type": "string"
|
5 |
+
},
|
6 |
+
"text": {
|
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": 44100,
|
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 |
+
}
|