preetam8 commited on
Commit
7a6be03
·
verified ·
1 Parent(s): a777ff9

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. 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
+ }