Datasets:

bruAristimunha commited on
Commit
5518649
·
verified ·
1 Parent(s): 440b264

Metadata stub for nm000238

Browse files
Files changed (2) hide show
  1. README.md +71 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "SparrKULee: A Speech-Evoked Auditory Response Repository from KU Leuven, Containing the EEG of 85 Participants"
3
+ license: cc-by-nc-4.0
4
+ tags:
5
+ - eeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ size_categories:
11
+ - 1K<n<10K
12
+ task_categories:
13
+ - other
14
+ ---
15
+
16
+ # SparrKULee: A Speech-Evoked Auditory Response Repository from KU Leuven, Containing the EEG of 85 Participants
17
+
18
+ **Dataset ID:** `nm000238`
19
+
20
+ _Accou2024_
21
+
22
+ > **At a glance:** EEG · 87 subjects · 4088 recordings · Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0) for the EEG data. Stimuli can only be used for non-commercial purposes.
23
+
24
+ ## Load this dataset
25
+
26
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
27
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
28
+ on demand and returns a PyTorch / braindecode dataset.
29
+
30
+ ```python
31
+ # pip install eegdash
32
+ from eegdash import EEGDashDataset
33
+
34
+ ds = EEGDashDataset(dataset="nm000238", cache_dir="./cache")
35
+ print(len(ds), "recordings")
36
+ ```
37
+
38
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
39
+ you can also pull it directly:
40
+
41
+ ```python
42
+ from braindecode.datasets import BaseConcatDataset
43
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/nm000238")
44
+ ```
45
+
46
+
47
+ ## Dataset metadata
48
+
49
+ | | |
50
+ |---|---|
51
+ | **Subjects** | 87 |
52
+ | **Recordings** | 4088 |
53
+ | **Tasks (count)** | 366 |
54
+ | **Channels** | 64 (×1) |
55
+ | **Sampling rate (Hz)** | 8192 (×1) |
56
+ | **Size on disk** | Unknown |
57
+ | **Recording type** | EEG |
58
+ | **Source** | nemar |
59
+ | **License** | Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0) for the EEG data. Stimuli can only be used for non-commercial purposes. |
60
+
61
+ ## Links
62
+
63
+ - **DOI:** [10.48804/K3VSND](https://doi.org/10.48804/K3VSND)
64
+ - **NEMAR:** [nm000238](https://nemar.org/dataexplorer/detail?dataset_id=nm000238)
65
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
66
+ - **Docs:** <https://eegdash.org>
67
+ - **Code:** <https://github.com/eegdash/EEGDash>
68
+
69
+ ---
70
+
71
+ _Auto-generated from [dataset_summary.csv](https://github.com/eegdash/EEGDash/blob/main/eegdash/dataset/dataset_summary.csv) and the [EEGDash API](https://data.eegdash.org/api/eegdash/datasets/summary/nm000238). Do not edit this file by hand — update the upstream source and re-run `scripts/push_metadata_stubs.py`._
eegdash.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "nm000238",
3
+ "title": "SparrKULee: A Speech-Evoked Auditory Response Repository from KU Leuven, Containing the EEG of 85 Participants",
4
+ "source": "nemar",
5
+ "source_url": "https://openneuro.org/datasets/nm000238",
6
+ "doi": "10.48804/K3VSND",
7
+ "license": "Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0) for the EEG data. Stimuli can only be used for non-commercial purposes.",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "nm000238"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }