Update dataset_info.json
Browse files- dataset_info.json +13 -21
dataset_info.json
CHANGED
@@ -1,25 +1,17 @@
|
|
1 |
-
{
|
2 |
-
|
3 |
"description": "Dataset for misophonia inducing sound detection",
|
4 |
"citation": "",
|
5 |
"homepage": "https://huggingface.co/datasets/mskov/misophoniaSounds",
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
"train": {
|
17 |
-
"name": "train"
|
18 |
-
},
|
19 |
-
"test": {
|
20 |
-
"name": "test"
|
21 |
-
}
|
22 |
-
|
23 |
-
}
|
24 |
}
|
25 |
-
}
|
|
|
1 |
+
{"misophoniaSounds": {
|
2 |
+
|
3 |
"description": "Dataset for misophonia inducing sound detection",
|
4 |
"citation": "",
|
5 |
"homepage": "https://huggingface.co/datasets/mskov/misophoniaSounds",
|
6 |
+
"license": "CC BY-NC-SA 4.0",
|
7 |
+
"features": {
|
8 |
+
"audio": {"sampling_rate": 16000, "mono": true, "decode": true, "id": null, "_type": "Audio"}, "transcript": {"dtype": "string", "id": null, "_type": "Value"}},
|
9 |
+
|
10 |
+
|
11 |
+
"post_processed": null, "supervised_keys": null, "task_templates": null,
|
12 |
+
"config_name": "default",
|
13 |
+
"splits": {
|
14 |
+
"train": {"name": "train", "dataset_name": "misophoniaSounds"},
|
15 |
+
"test": {"name": "test", "dataset_name": "misophoniaSounds"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
}
|
17 |
+
}}
|