Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,17 +1,23 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
-
|
6 |
-
sequence: float32
|
7 |
- name: task
|
8 |
dtype: string
|
|
|
|
|
9 |
splits:
|
10 |
- name: train
|
11 |
-
num_bytes:
|
12 |
num_examples: 17730
|
13 |
-
download_size:
|
14 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
# Dataset Card for "HCP-flat"
|
17 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: activation
|
5 |
+
dtype: image
|
|
|
6 |
- name: task
|
7 |
dtype: string
|
8 |
+
- name: trial
|
9 |
+
dtype: int64
|
10 |
splits:
|
11 |
- name: train
|
12 |
+
num_bytes: 241903130.75
|
13 |
num_examples: 17730
|
14 |
+
download_size: 241694665
|
15 |
+
dataset_size: 241903130.75
|
16 |
+
configs:
|
17 |
+
- config_name: default
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path: data/train-*
|
21 |
---
|
22 |
# Dataset Card for "HCP-flat"
|
23 |
|