abidlabs HF Staff commited on
Commit
e51ad4d
·
1 Parent(s): 74dd854

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +18 -0
dataset_infos.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test": {
3
+ "description": "Test",
4
+ "features": {
5
+ "x": {
6
+ "sampling_rate": 16000,
7
+ "mono": true,
8
+ "id": null,
9
+ "_type": "Audio"
10
+ },
11
+ "Output": {
12
+ "sampling_rate": 16000,
13
+ "mono": true,
14
+ "id": null,
15
+ "_type": "Audio"
16
+ },
17
+ },
18
+ }