abidlabs HF staff commited on
Commit
2a3cf19
·
1 Parent(s): e51ad4d

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +17 -16
dataset_infos.json CHANGED
@@ -1,18 +1,19 @@
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
  }
 
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
+ }
19
  }