qsimeon commited on
Commit
9cee0f7
·
verified ·
1 Parent(s): 1bc289a

Update README.md

Browse files

Added config specifying the data splits.

Files changed (1) hide show
  1. README.md +7 -0
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
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65cab82843207e438a9e7651/azsU9LuAl5N54FCTAK990.jpeg)
 
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
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65cab82843207e438a9e7651/azsU9LuAl5N54FCTAK990.jpeg)