Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,11 @@ MindBigData 2023 MNIST-2B is a reduced subset of the MindBigData 2023 MNIST-8B h
|
|
8 |
Supporting dataset for paper https://arxiv.org/abs/2306.00455
|
9 |
|
10 |
The dataset contains 70,000 records from 128 EEG channels, each of 256 samples ( a bit more than 1 second), recorded at 250hz
|
11 |
-
(From the Original 8 Billion datapoints dataset,
|
12 |
|
13 |
It consists of 2 main csv data files:
|
14 |
-
- “train.csv”
|
15 |
-
- “test.csv”
|
16 |
|
17 |
10 audio files at a folder named “audiolabels”: “0.wav”, “1.wav”......“9.wav”
|
18 |
|
|
|
8 |
Supporting dataset for paper https://arxiv.org/abs/2306.00455
|
9 |
|
10 |
The dataset contains 70,000 records from 128 EEG channels, each of 256 samples ( a bit more than 1 second), recorded at 250hz
|
11 |
+
(From the Original 8 Billion datapoints dataset, the EEG signals were reduced from 500 samples to 256 samples(a bit more than 1 second))
|
12 |
|
13 |
It consists of 2 main csv data files:
|
14 |
+
- “train.csv” 23.1 GB Header + 120,000 rows 33,559 columns
|
15 |
+
- “test.csv” 3.87 GB Header + 20,000 rows 33,559 columns
|
16 |
|
17 |
10 audio files at a folder named “audiolabels”: “0.wav”, “1.wav”......“9.wav”
|
18 |
|