Datasets:
Update README.md
Browse filesAdded config specifying the data splits.
README.md
CHANGED
@@ -2,6 +2,13 @@
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
Compiled neural activity dataset from GCaMP calcium imaging of _C. elegans_ from multiple experimental sources, standardized to a common format.
|
7 |

|
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- en
|
5 |
+
configs:
|
6 |
+
- config_name: default
|
7 |
+
data_files:
|
8 |
+
- split: train
|
9 |
+
path: "train_dataset.pt"
|
10 |
+
- split: validation
|
11 |
+
path: "val_dataset.pt"
|
12 |
---
|
13 |
Compiled neural activity dataset from GCaMP calcium imaging of _C. elegans_ from multiple experimental sources, standardized to a common format.
|
14 |

|