Rvcmodel commited on
Commit
f61e59d
·
verified ·
1 Parent(s): d5b31b1

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +36 -27
dataset_infos.json CHANGED
@@ -1,28 +1,37 @@
1
- {
2
- "default": {
3
- "features": {
4
- "audio": {
5
- "_type": "Audio",
6
- "sampling_rate": null
7
- },
8
- "text": {
9
- "_type": "Value",
10
- "dtype": "string"
11
- }
12
- },
13
- "splits": {
14
- "train": {
15
- "name": "train",
16
- "num_bytes": 0,
17
- "num_examples": 0,
18
- "filename": "train-00000-of-00001.parquet"
19
- }
20
- },
21
- "download_checksums": {},
22
- "download_size": 0,
23
- "dataset_size": 0,
24
- "homepage": "",
25
- "description": "",
26
- "license": "mit"
27
- }
 
 
 
 
 
 
 
 
 
28
  }
 
1
+ {
2
+ "default": {
3
+ "features": {
4
+ "audio": {
5
+ "_type": "Audio",
6
+ "sampling_rate": null
7
+ },
8
+ "text": {
9
+ "_type": "Value",
10
+ "dtype": "string"
11
+ }
12
+ },
13
+ "splits": {
14
+ "train": {
15
+ "name": "train",
16
+ "num_bytes": 0,
17
+ "num_examples": 0
18
+
19
+ }
20
+ },
21
+
22
+ "configs": [
23
+ {
24
+ "config_name": "default",
25
+ "data_files": {
26
+ "train": "train-00000-of-00001.parquet"
27
+ }
28
+ }
29
+ ],
30
+ "download_checksums": {},
31
+ "download_size": 0,
32
+ "dataset_size": 0,
33
+ "homepage": "",
34
+ "description": "asc",
35
+ "license": "mit"
36
+ }
37
  }