Upload dataset_info.json
Browse files- dataset_info.json +41 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"path": {
|
| 9 |
+
"dtype": "string",
|
| 10 |
+
"id": null,
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"file_name": {
|
| 14 |
+
"dtype": "string",
|
| 15 |
+
"id": null,
|
| 16 |
+
"_type": "Value"
|
| 17 |
+
},
|
| 18 |
+
"category": {
|
| 19 |
+
"dtype": "string",
|
| 20 |
+
"id": null,
|
| 21 |
+
"_type": "Value"
|
| 22 |
+
},
|
| 23 |
+
"audio": {
|
| 24 |
+
"sampling_rate": 16000,
|
| 25 |
+
"id": null,
|
| 26 |
+
"mono": true,
|
| 27 |
+
"_type": "Audio"
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
|
| 31 |
+
"splits": {
|
| 32 |
+
"train": {
|
| 33 |
+
"name": "train"
|
| 34 |
+
},
|
| 35 |
+
"test": {
|
| 36 |
+
"name": "test"
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
}
|
| 40 |
+
}
|
| 41 |
+
}
|