Update dataset_infos.json
Browse files- dataset_infos.json +13 -4
dataset_infos.json
CHANGED
@@ -3,12 +3,21 @@
|
|
3 |
"description": "Training data for the accent coach",
|
4 |
"features": {
|
5 |
"input_values": {
|
6 |
-
"_type": "Sequence
|
7 |
-
"
|
|
|
|
|
|
|
8 |
},
|
9 |
"labels": {
|
10 |
-
"_type": "Sequence
|
11 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
13 |
},
|
14 |
"splits": {
|
|
|
3 |
"description": "Training data for the accent coach",
|
4 |
"features": {
|
5 |
"input_values": {
|
6 |
+
"_type": "Sequence",
|
7 |
+
"feature": {
|
8 |
+
"_type": "Value",
|
9 |
+
"dtype": "float16"
|
10 |
+
}
|
11 |
},
|
12 |
"labels": {
|
13 |
+
"_type": "Sequence",
|
14 |
+
"feature": {
|
15 |
+
"_type": "Sequence",
|
16 |
+
"feature": {
|
17 |
+
"_type": "Value",
|
18 |
+
"dtype": "float32"
|
19 |
+
}
|
20 |
+
}
|
21 |
}
|
22 |
},
|
23 |
"splits": {
|