Update misophoniaSounds.py
Browse files- misophoniaSounds.py +6 -6
misophoniaSounds.py
CHANGED
@@ -8,14 +8,14 @@ _HOMEPAGE = "https://huggingface.co/datasets/mskov/misophoniaSounds"
|
|
8 |
_CITATION = ""
|
9 |
_DESCRIPTION = "Dataset for misophonia inducing sound detection"
|
10 |
_DATA_URLS = {
|
11 |
-
|
12 |
-
"data/all_audio.tar.gz"
|
13 |
}
|
14 |
_PROMPTS_URLS ={
|
15 |
-
|
16 |
-
|
17 |
-
"train": "data/rain_prompts.csv",
|
18 |
-
"test": "data/test_prompts.csv"
|
19 |
}
|
20 |
_NAMES = ["breathing", "chewing", "coughing", "mouth_sounds", "lip_smack", "sniffling", "yawn"]
|
21 |
|
|
|
8 |
_CITATION = ""
|
9 |
_DESCRIPTION = "Dataset for misophonia inducing sound detection"
|
10 |
_DATA_URLS = {
|
11 |
+
"https://huggingface.co/datasets/mskov/misophoniaSounds/tree/main/data/all_audio.tar.gz"
|
12 |
+
#"data/all_audio.tar.gz"
|
13 |
}
|
14 |
_PROMPTS_URLS ={
|
15 |
+
"train": "https://huggingface.co/datasets/mskov/misophoniaSounds/tree/main/data/train_prompts.csv",
|
16 |
+
"test": "https://huggingface.co/datasets/mskov/misophoniaSounds/tree/main/data/test_prompts.csv"
|
17 |
+
#"train": "data/rain_prompts.csv",
|
18 |
+
#"test": "data/test_prompts.csv"
|
19 |
}
|
20 |
_NAMES = ["breathing", "chewing", "coughing", "mouth_sounds", "lip_smack", "sniffling", "yawn"]
|
21 |
|