preetam8 commited on
Commit
0cc21e5
·
verified ·
1 Parent(s): f12f67f

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. 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(Value)",
7
- "dtype": "float16"
 
 
 
8
  },
9
  "labels": {
10
- "_type": "Sequence(Sequence(Value))",
11
- "dtype": "float32"
 
 
 
 
 
 
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": {