Commit
•
2f1e7f5
1
Parent(s):
74309f9
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1 |
---
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Dataset Card for ZINC
|
@@ -119,4 +146,4 @@ The dataset has been released under unknown license. Please open an issue if you
|
|
119 |
|
120 |
### Contributions
|
121 |
|
122 |
-
Thanks to [@clefourrier](https://github.com/clefourrier) for adding this dataset.
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: node_feat
|
6 |
+
sequence:
|
7 |
+
sequence: int64
|
8 |
+
- name: edge_index
|
9 |
+
sequence:
|
10 |
+
sequence: int64
|
11 |
+
- name: edge_attr
|
12 |
+
sequence:
|
13 |
+
sequence: int64
|
14 |
+
- name: y
|
15 |
+
sequence: float64
|
16 |
+
- name: num_nodes
|
17 |
+
dtype: int64
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 376796456
|
21 |
+
num_examples: 220011
|
22 |
+
- name: test
|
23 |
+
num_bytes: 8538528
|
24 |
+
num_examples: 5000
|
25 |
+
- name: validation
|
26 |
+
num_bytes: 41819628
|
27 |
+
num_examples: 24445
|
28 |
+
download_size: 20636253
|
29 |
+
dataset_size: 427154612
|
30 |
---
|
31 |
|
32 |
# Dataset Card for ZINC
|
|
|
146 |
|
147 |
### Contributions
|
148 |
|
149 |
+
Thanks to [@clefourrier](https://github.com/clefourrier) for adding this dataset.
|