Datasets:

bruAristimunha commited on
Commit
0a2dc35
·
verified ·
1 Parent(s): 88767d0

Metadata stub for ds004789

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: "Delayed Free Recall of Word Lists"
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
+ # Delayed Free Recall of Word Lists
20
+
21
+ **Dataset ID:** `ds004789`
22
+
23
+ _Herrema2023_Delayed_Free_Recall_
24
+
25
+ > **At a glance:** IEEG · Visual memory · epilepsy · 273 subjects · 983 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="ds004789", 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/ds004789")
47
+ ```
48
+
49
+
50
+ ## Dataset metadata
51
+
52
+ | | |
53
+ |---|---|
54
+ | **Subjects** | 273 |
55
+ | **Recordings** | 983 |
56
+ | **Tasks (count)** | 1 |
57
+ | **Channels** | 126 (×87), 108 (×32), 112 (×32), 110 (×31), 88 (×29), 120 (×28), 128 (×28), 127 (×24), 116 (×22), 124 (×21), 196 (×20), 109 (×19), 111 (×18), 106 (×17), 100 (×17), 113 (×16), 125 (×15), 86 (×14), 107 (×13), 64 (×13), 60 (×13), 158 (×12), 118 (×12), 68 (×11), 104 (×11), 178 (×10), 76 (×10), 180 (×10), 122 (×10), 121 (×10), 102 (×9), 80 (×9), 142 (×9), 56 (×9), 153 (×8), 97 (×8), 140 (×8), 75 (×8), 188 (×7), 114 (×7), 62 (×7), 85 (×7), 146 (×7), 172 (×7), 130 (×7), 148 (×7), 90 (×7), 83 (×7), 92 (×6), 72 (×6), 162 (×6), 168 (×6), 139 (×6), 173 (×6), 70 (×6), 134 (×6), 78 (×6), 96 (×5), 74 (×5), 206 (×5), 93 (×5), 165 (×5), 141 (×5), 160 (×5), 84 (×4), 161 (×4), 203 (×4), 119 (×4), 136 (×4), 177 (×4), 224 (×4), 54 (×4), 200 (×4), 46 (×4), 123 (×4), 208 (×3), 186 (×3), 50 (×3), 176 (×3), 37 (×3), 212 (×3), 138 (×3), 59 (×3), 94 (×3), 99 (×3), 154 (×3), 103 (×3), 152 (×3), 166 (×3), 133 (×3), 69 (×3), 151 (×2), 170 (×2), 95 (×2), 58 (×2), 55 (×2), 184 (×2), 218 (×2), 213 (×2), 36 (×2), 156 (×2), 52 (×2), 67 (×2), 179 (×2), 87 (×2), 182 (×2), 105 (×2), 149 (×2), 43 (×2), 26 (×2), 77 (×1), 53 (×1), 101 (×1), 190 (×1), 16 (×1), 129 (×1), 98 (×1), 202 (×1), 14 (×1), 209 (×1), 216 (×1), 48 (×1), 195 (×1), 175 (×1), 229 (×1), 73 (×1), 65 (×1), 215 (×1), 131 (×1), 38 (×1), 63 (×1) |
58
+ | **Sampling rate (Hz)** | 1000 (×785), 500 (×119), 1600 (×32), 999 (×19), 499.7071 (×16), 2000 (×6), 1024 (×4), 512 (×2) |
59
+ | **Total duration (h)** | 776.5 |
60
+ | **Size on disk** | 576.3 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** | 3.0 |
68
+
69
+ ## Links
70
+
71
+ - **DOI:** [10.18112/openneuro.ds004789.v3.1.0](https://doi.org/10.18112/openneuro.ds004789.v3.1.0)
72
+ - **OpenNeuro:** [ds004789](https://openneuro.org/datasets/ds004789)
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/ds004789). 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": "ds004789",
3
+ "title": "Delayed Free Recall of Word Lists",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds004789",
6
+ "doi": "10.18112/openneuro.ds004789.v3.1.0",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds004789"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }