File size: 2,820 Bytes
567dd00
 
7159b2d
 
 
 
 
 
 
 
 
 
 
 
567dd00
7159b2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5be1911
 
 
 
acce560
 
7159b2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
license: apache-2.0
pretty_name: BrainPilotBench Tasks Data (Public)
tags:
  - benchmark
  - brainpilot-bench
  - neuroscience
task_categories:
  - other
language:
  - en
  - zh
size_categories:
  - 100M<n<1B
---

# BrainPilotBench — Public Task Data

Supporting data for the public (`visibility: public`) tasks of
[NeuroAIHub/BrainPilotBench](https://github.com/NeuroAIHub/BrainPilotBench).
One subdirectory per task, keyed by the BPB `task.yaml` `id`.

> ⚠️ **BENCHMARK DATA — do not include in model training corpora.**
> This dataset backs an evaluation benchmark; contamination invalidates the
> resulting scores.

## Layout

```
Tasks-Data-Public/
└── <task-id>/                # BPB task id, matches tasks/<task-id>/ in the main repo
    ├── README.md             # per-task data notes (fields, provenance, license)
    └── <files...>            # the actual data bodies
```

## Tasks

| Task id                | Files                                        | Notes                                                                                              |
|------------------------|----------------------------------------------|----------------------------------------------------------------------------------------------------|
| `neuro-rsc-place-cell` | `VRBeltReframe.mat`                          | Mouse RSC Ca²⁺ imaging + VR belt behavior (MATLAB v5, 203 MB)                                        |
| `tops-fmri`            | `study3_train.mat`, `public_support.tar.zst` | Study3 tonic-pain FC + Fan 279 atlas + one example participant (~ 966 MB). Held-out lives in Private. |
| `bciciv-2a`            | `public.tar.zst`                             | BCI Competition IV 2a session-T GDF for 9 subjects + manifests + loader (~ 194 MB). Held-out session-E in Private. |
| `sleep-edf`            | `public-main.tar.zst`, `loso-supplement.tar.zst` | Sleep-EDF Cassette PSG + Hypnogram for subjects 0-15 (main, ~ 934 MB) + optional subjects 16-19 for LOSO (~ 235 MB). Held-out 16-19 test in Private. |

## How to consume

Never fetch from `main` — always pin the commit sha in the task's `data.lock`:

```yaml
# tasks/<task-id>/data.lock (in the BrainPilotBench repo)
datasets:
  - name: <name>
    uri: hf://datasets/BrainPilot-Bench/Tasks-Data-Public@<commit-sha>/<task-id>/<file>
    sha256: <64 hex>          # verified on fetch (integrity + cache key)
    bytes: <n>
```

BrainPilotBench's `hf://` scheme (see the main repo's data.lock docs) handles
resolution, sha256 verification, and content-addressed caching. Private/gated
data goes through `HF_TOKEN`; this public repo needs no credentials.

## License

Files inherit their per-task license unless a `LICENSE` file is present in that
subdirectory. Repository default is Apache-2.0. See per-task `README.md`.