cyrusyc commited on
Commit
86f640c
1 Parent(s): 2eae71b

specify split datafiles

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -3,16 +3,16 @@ license: cc-by-4.0
3
  configs:
4
  - config_name: 3D
5
  data_file:
6
- - split: train
7
- path: ""
8
  - config_name: 2D
9
  data_file:
10
- - split: train
11
- path: ""
12
  - config_name: 1D
13
  data_file:
14
- - split: train
15
- path: ""
16
  ---
17
 
18
  This HF dataset repository is the mirror and preprocessed data of [Alexandria](https://alexandria.icams.rub.de/) database compiled by the group of Prof. Miguel A. L. Marques at Ruhr University Bochum.
 
3
  configs:
4
  - config_name: 3D
5
  data_file:
6
+ - split: all
7
+ path: "3D/*.json.bz2"
8
  - config_name: 2D
9
  data_file:
10
+ - split: all
11
+ path: "2D/*.json.bz2"
12
  - config_name: 1D
13
  data_file:
14
+ - split: all
15
+ path: "1D/*.json.bz2"
16
  ---
17
 
18
  This HF dataset repository is the mirror and preprocessed data of [Alexandria](https://alexandria.icams.rub.de/) database compiled by the group of Prof. Miguel A. L. Marques at Ruhr University Bochum.