mskov commited on
Commit
0cec999
·
1 Parent(s): 6b29581

Update dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +24 -0
dataset_info.json CHANGED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }