Datasets:

bruAristimunha commited on
Commit
18b28f7
·
verified ·
1 Parent(s): a045bc8

Metadata stub for nm000157

Browse files
Files changed (2) hide show
  1. README.md +72 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "Mainsah2025-B"
3
+ license: cc-by-4.0
4
+ tags:
5
+ - eeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ size_categories:
11
+ - n<1K
12
+ task_categories:
13
+ - other
14
+ ---
15
+
16
+ # Mainsah2025-B
17
+
18
+ **Dataset ID:** `nm000157`
19
+
20
+ _Mainsah2025_
21
+
22
+ > **At a glance:** EEG · 19 subjects · 544 recordings · CC-BY-4.0
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="nm000157", 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/nm000157")
44
+ ```
45
+
46
+
47
+ ## Dataset metadata
48
+
49
+ | | |
50
+ |---|---|
51
+ | **Subjects** | 19 |
52
+ | **Recordings** | 544 |
53
+ | **Tasks (count)** | 1 |
54
+ | **Channels** | 16 (×543) |
55
+ | **Sampling rate (Hz)** | 256.00008099666394 (×205), 256.00004960640416 (×161), 256.00006152923214 (×98), 256 (×42), 256.0000879536484 (×15), 256.00010844590247 (×10), 256.00004522469607 (×3), 256.00012796007644 (×2), 256.00011633064076 (×2), 256.0001184842897 (×2), 256.00007397509813 (×2), 256.00008239793436 (×1) |
56
+ | **Total duration (h)** | 28.7 |
57
+ | **Size on disk** | 1.2 GB |
58
+ | **Recording type** | EEG |
59
+ | **Source** | nemar |
60
+ | **License** | CC-BY-4.0 |
61
+
62
+ ## Links
63
+
64
+ - **DOI:** [10.13026/0byy-ry86](https://doi.org/10.13026/0byy-ry86)
65
+ - **NEMAR:** [nm000157](https://nemar.org/dataexplorer/detail?dataset_id=nm000157)
66
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
67
+ - **Docs:** <https://eegdash.org>
68
+ - **Code:** <https://github.com/eegdash/EEGDash>
69
+
70
+ ---
71
+
72
+ _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/nm000157). 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": "nm000157",
3
+ "title": "Mainsah2025-B",
4
+ "source": "nemar",
5
+ "source_url": "https://openneuro.org/datasets/nm000157",
6
+ "doi": "10.13026/0byy-ry86",
7
+ "license": "CC-BY-4.0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "nm000157"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }