The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
X array 2D | y int32 |
|---|---|
[[0.10030592978000641,8.043313980102539,14.168291091918945,9.537556648254395,-0.6121148467063904,-3.(...TRUNCATED) | 2 |
[[15.872275352478027,13.076796531677246,11.324017524719238,7.935353755950928,2.540727138519287,0.212(...TRUNCATED) | 2 |
[[8.202235221862793,12.142278671264648,14.74178695678711,15.257962226867676,16.741857528686523,22.51(...TRUNCATED) | 2 |
[[15.665055274963379,19.107282638549805,23.676366806030273,24.68453598022461,22.645002365112305,22.1(...TRUNCATED) | 2 |
[[5.838977336883545,-0.3180580139160156,3.5706706047058105,13.1376314163208,17.927120208740234,15.47(...TRUNCATED) | 2 |
[[17.90625762939453,12.432417869567871,13.997883796691895,16.39369773864746,14.555363655090332,8.903(...TRUNCATED) | 2 |
[[54.164398193359375,56.56955337524414,53.29356384277344,42.09715270996094,29.839622497558594,23.977(...TRUNCATED) | 2 |
[[57.54045867919922,54.74715805053711,48.96881866455078,43.63410568237305,39.61923599243164,37.60305(...TRUNCATED) | 2 |
[[-2.6244089603424072,-2.0931951999664307,-3.854464292526245,-6.9269938468933105,-9.42552375793457,-(...TRUNCATED) | 2 |
[[-0.8132097721099854,-1.1803854703903198,-2.8828377723693848,-5.32390832901001,-5.784379005432129,-(...TRUNCATED) | 2 |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
demo_dataset
This repository contains a curated collection of processed EEG benchmark datasets packaged for model training and evaluation.
Each dataset is stored in its own directory and follows a consistent split-based HDF5 layout:
train.h5val.h5test.h5croissant.jsoncroissant_manifest.csvmetadata_summary.json
Repository structure
Each dataset directory contains:
train.h5,val.h5,test.h5- HDF5 files containing the packaged split data.
- In most datasets,
Xstores EEG tensors andystores labels. - Some blind-test releases may omit
yin specific splits.
croissant.json- Dataset-level Croissant metadata for discoverability and validation.
croissant_manifest.csv- Split-level manifest describing file names, sample counts, channel counts, and timepoints.
metadata_summary.json- Compact summary of task type, label vocabulary, channel count, sampling rate, window length, and split sizes.
Data format
For a typical split file:
X.shape = (n_samples, n_channels, n_timepoints)y.shape = (n_samples,)when labels are available
The exact sampling rate, window length, and channel count differ by dataset and are documented in:
metadata_summary.jsoncroissant.json
Included datasets
This repository currently includes 60 packaged datasets:
AD65ADHDAwakeningAwakening_balancedBCIC2ABCIC4_1BCI_SpeechBETA_SSVEPBenchmarkSSVEPBroderick_CPBroderick_CP_128Broderick_RevBroderick_Rev_128CHB_MITCIREChineseEEG2_RA_ToneDEAPDUAL_FREQ_SSVEPDepression_restEAVEEGMATEEG_Mortality_PDEEG_SVRecExoEEG_WalkStopFACED_newHBN_EEGHFOHMCISRUC_S1ISRUC_S2ISRUC_S3LEMON_ageLEMON_extraversionLEMON_genderLongitudinal_EEG_ReliabilityMDDMODMAMonitoringErrPMusicEEGPD31PEARL_NeuroPhysionet_MIRestCogSEEDSEEDIVSEED_FRASEED_VSEED_VIGSEED_VIISHU_MISSVEPSiena_EEGSleepEDF_fullTDBRAINTUABTUEPTUEVTUSLThings_EEG2Workload
Metadata policy
The packaged metadata intentionally avoids internal mount paths, usernames, and local infrastructure identifiers.
Where possible, provenance in croissant.json points to public references such as:
- original dataset papers
- official dataset release pages
- PhysioNet / OpenNeuro / institutional dataset pages
Notes
- This repository is a processed benchmark collection, not a raw-data release.
- Temporal segmentation is dataset-specific and is not forced to be uniform across all datasets.
- Some datasets in the same family may use different window lengths if their benchmark packaging differs.
- For exact task definitions, label mappings, and window parameters, use
metadata_summary.json.
Recommended usage
- Read
metadata_summary.jsonbefore training on a dataset. - Use
croissant_manifest.csvto inspect split sizes and basic tensor dimensions. - Use
croissant.jsonif you need machine-readable dataset metadata or want to run Croissant validation.
- Downloads last month
- 24