remove split
Browse files
README.md
CHANGED
@@ -2,17 +2,11 @@
|
|
2 |
license: cc-by-4.0
|
3 |
configs:
|
4 |
- config_name: 3D
|
5 |
-
data_files:
|
6 |
-
- split: all
|
7 |
-
path: "3D/*.json.bz2"
|
8 |
- config_name: 2D
|
9 |
-
data_files:
|
10 |
-
- split: all
|
11 |
-
path: "2D/*.json.bz2"
|
12 |
- config_name: 1D
|
13 |
-
data_files:
|
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.
|
|
|
2 |
license: cc-by-4.0
|
3 |
configs:
|
4 |
- config_name: 3D
|
5 |
+
data_files: "3D/*.json.bz2"
|
|
|
|
|
6 |
- config_name: 2D
|
7 |
+
data_files: "2D/*.json.bz2"
|
|
|
|
|
8 |
- config_name: 1D
|
9 |
+
data_files: "1D/*.json.bz2"
|
|
|
|
|
10 |
---
|
11 |
|
12 |
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.
|