DavidVivancos
commited on
Commit
•
86d8abc
1
Parent(s):
ac63481
Update README.md
Browse filesUpdated to fix number of rows and adding reference to the reduced dataset https://huggingface.co/datasets/DavidVivancos/MindBigData2023_MNIST-2B
README.md
CHANGED
@@ -10,13 +10,16 @@ Supporting dataset for paper https://arxiv.org/abs/2306.00455
|
|
10 |
The dataset contains 140,000 records from 128 EEG channels, each of 2 seconds, recorded at 250hz, in total 17,920,000 brain signals and 8,960,000,000 data points.
|
11 |
|
12 |
It consists of 2 main csv data files:
|
13 |
-
- “train.csv” 45Gb Header +
|
14 |
-
- “test.csv” 7,52Gb Header +
|
15 |
|
16 |
10 audio files at a folder named “audiolabels”: “0.wav”, “1.wav”......“9.wav”
|
17 |
|
18 |
And 1 csv file with 3d coordinates of the EEG electrodes: “3Dcoords.csv” 4,27Kb Header + 130 rows 4 columns
|
19 |
|
|
|
|
|
|
|
20 |
## Dataset Structure
|
21 |
|
22 |
review supporting paper https://arxiv.org/abs/2306.00455
|
|
|
10 |
The dataset contains 140,000 records from 128 EEG channels, each of 2 seconds, recorded at 250hz, in total 17,920,000 brain signals and 8,960,000,000 data points.
|
11 |
|
12 |
It consists of 2 main csv data files:
|
13 |
+
- “train.csv” 45Gb Header + 120,000 rows 63,790 columns
|
14 |
+
- “test.csv” 7,52Gb Header + 20,000 rows 63,790 columns
|
15 |
|
16 |
10 audio files at a folder named “audiolabels”: “0.wav”, “1.wav”......“9.wav”
|
17 |
|
18 |
And 1 csv file with 3d coordinates of the EEG electrodes: “3Dcoords.csv” 4,27Kb Header + 130 rows 4 columns
|
19 |
|
20 |
+
|
21 |
+
>update July 18th 2023: As requested a reduced 2Billion datapoints is realeased https://huggingface.co/datasets/DavidVivancos/MindBigData2023_MNIST-2B
|
22 |
+
|
23 |
## Dataset Structure
|
24 |
|
25 |
review supporting paper https://arxiv.org/abs/2306.00455
|