mskov commited on
Commit
cb7d736
1 Parent(s): 10e6821

Update dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +13 -21
dataset_info.json CHANGED
@@ -1,25 +1,17 @@
1
- {
2
- "misophoniaSounds": {
3
  "description": "Dataset for misophonia inducing sound detection",
4
  "citation": "",
5
  "homepage": "https://huggingface.co/datasets/mskov/misophoniaSounds",
6
- "license": "cc",
7
- "features": {
8
- "audio": {
9
- "sampling_rate": 16000,
10
- "id": null,
11
- "_type": "Audio"
12
- }
13
- },
14
-
15
- "splits": {
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
+ }}