Datasets:

bruAristimunha commited on
Commit
e157870
·
verified ·
1 Parent(s): 846f3ee

Metadata stub for ds005411

Browse files
Files changed (2) hide show
  1. README.md +79 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "Free Recall of Word Lists with Repeated Items"
3
+ license: cc0-1.0
4
+ tags:
5
+ - ieeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ - visual
11
+ - memory
12
+ - epilepsy
13
+ size_categories:
14
+ - n<1K
15
+ task_categories:
16
+ - other
17
+ ---
18
+
19
+ # Free Recall of Word Lists with Repeated Items
20
+
21
+ **Dataset ID:** `ds005411`
22
+
23
+ _Herrema2024_Free_
24
+
25
+ > **At a glance:** IEEG · Visual memory · epilepsy · 47 subjects · 193 recordings · CC0
26
+
27
+ ## Load this dataset
28
+
29
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
30
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
31
+ on demand and returns a PyTorch / braindecode dataset.
32
+
33
+ ```python
34
+ # pip install eegdash
35
+ from eegdash import EEGDashDataset
36
+
37
+ ds = EEGDashDataset(dataset="ds005411", cache_dir="./cache")
38
+ print(len(ds), "recordings")
39
+ ```
40
+
41
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
42
+ you can also pull it directly:
43
+
44
+ ```python
45
+ from braindecode.datasets import BaseConcatDataset
46
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds005411")
47
+ ```
48
+
49
+
50
+ ## Dataset metadata
51
+
52
+ | | |
53
+ |---|---|
54
+ | **Subjects** | 47 |
55
+ | **Recordings** | 193 |
56
+ | **Tasks (count)** | 1 |
57
+ | **Channels** | 120 (×12), 118 (×10), 109 (×9), 153 (×7), 168 (×7), 122 (×6), 116 (×6), 126 (×6), 110 (×6), 182 (×5), 106 (×5), 192 (×4), 115 (×4), 169 (×4), 211 (×4), 108 (×4), 200 (×4), 167 (×4), 134 (×4), 155 (×4), 152 (×4), 133 (×3), 132 (×3), 105 (×3), 127 (×3), 141 (×3), 121 (×3), 184 (×2), 166 (×2), 44 (×2), 55 (×2), 186 (×2), 213 (×2), 187 (×2), 99 (×2), 173 (×2), 181 (×2), 96 (×2), 160 (×2), 94 (×2), 195 (×2), 140 (×2), 84 (×2), 154 (×1), 98 (×1), 230 (×1), 107 (×1), 159 (×1), 111 (×1), 138 (×1), 236 (×1), 123 (×1), 158 (×1), 210 (×1), 202 (×1), 128 (×1), 101 (×1), 232 (×1), 176 (×1), 165 (×1), 218 (×1), 239 (×1), 104 (×1), 142 (×1), 119 (×1), 215 (×1), 129 (×1) |
58
+ | **Sampling rate (Hz)** | 1000 (×150), 2048 (×21), 2000 (×10), 512 (×8), 1024 (×4) |
59
+ | **Total duration (h)** | 140.0 |
60
+ | **Size on disk** | 157.4 GB |
61
+ | **Recording type** | IEEG |
62
+ | **Experimental modality** | Visual |
63
+ | **Paradigm type** | Memory |
64
+ | **Population** | Epilepsy |
65
+ | **Source** | openneuro |
66
+ | **License** | CC0 |
67
+ | **NEMAR citations** | 0.0 |
68
+
69
+ ## Links
70
+
71
+ - **DOI:** [10.18112/openneuro.ds005411.v1.0.0](https://doi.org/10.18112/openneuro.ds005411.v1.0.0)
72
+ - **OpenNeuro:** [ds005411](https://openneuro.org/datasets/ds005411)
73
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
74
+ - **Docs:** <https://eegdash.org>
75
+ - **Code:** <https://github.com/eegdash/EEGDash>
76
+
77
+ ---
78
+
79
+ _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/ds005411). 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": "ds005411",
3
+ "title": "Free Recall of Word Lists with Repeated Items",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds005411",
6
+ "doi": "10.18112/openneuro.ds005411.v1.0.0",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds005411"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }