Create dataset_infos.json
Browse files- dataset_infos.json +20 -0
dataset_infos.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "Training data for the accent coach",
|
4 |
+
"features": {
|
5 |
+
"input_values": {
|
6 |
+
"_type": "Sequence(Value)",
|
7 |
+
"dtype": "float16"
|
8 |
+
},
|
9 |
+
"labels": {
|
10 |
+
"_type": "Sequence(Sequence(Value))",
|
11 |
+
"dtype": "float32"
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"splits": {
|
15 |
+
"train": {
|
16 |
+
"name": "train",
|
17 |
+
"num_examples": 90000
|
18 |
+
}
|
19 |
+
}
|
20 |
+
}
|