Commit
·
97cec85
1
Parent(s):
c9abd4d
dataset_infos.json
Browse files- dataset_infos.json +30 -0
dataset_infos.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"bayartsogt--test-audio-dataset": {
|
2 |
+
"description": "Test Dataset created from Lemon Press",
|
3 |
+
"citation": "N/A",
|
4 |
+
"homepage": "homepage.com",
|
5 |
+
"license": "N/A",
|
6 |
+
"post_processed": null,
|
7 |
+
"supervised_keys": null,
|
8 |
+
"task_templates": null,
|
9 |
+
"builder_name": null,
|
10 |
+
"config_name": null,
|
11 |
+
"version": null,
|
12 |
+
"splits": {
|
13 |
+
"train": {
|
14 |
+
"name": "train",
|
15 |
+
"num_examples": 2,
|
16 |
+
"dataset_name": "test-audio-dataset"
|
17 |
+
},
|
18 |
+
"test": {
|
19 |
+
"name": "test",
|
20 |
+
"num_examples": 1,
|
21 |
+
"dataset_name": "test-audio-dataset"
|
22 |
+
},
|
23 |
+
"validation": {
|
24 |
+
"name": "validation",
|
25 |
+
"num_examples": 1,
|
26 |
+
"dataset_name": "test-audio-dataset"
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"download_checksums": null
|
30 |
+
}}
|