alagesse commited on
Commit
5c6a6e3
·
verified ·
1 Parent(s): 4e0e571

Upload README.pcqm4mv2-3d.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.pcqm4mv2-3d.md +53 -0
README.pcqm4mv2-3d.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: []
3
+ pretty_name: PCQM4Mv2 3D
4
+ config_name: pcqm4mv2-3d
5
+ dataset_size: 562677714
6
+ size_categories: n>1M
7
+ license: mit
8
+ license_link: https://github.com/snap-stanford/ogb/blob/master/LICENSE
9
+ tags:
10
+ - graphs
11
+ - molecules
12
+ - chemistry
13
+ - parquet
14
+ - torch-geometric
15
+ - ogb
16
+ task_categories:
17
+ - graph-regression
18
+ homepage: https://ogb.stanford.edu/docs/lsc/pcqm4mv2/
19
+ ---
20
+
21
+ # pcqm4mv2-3d
22
+
23
+ PCQM4Mv2 train split with 3D conformations aligned to OGB indices for HOMO-LUMO regression.
24
+
25
+ **License:** MIT License (OGB)
26
+
27
+ ## Splits
28
+
29
+ | Split | Rows | File | Size (MB) |
30
+ | --- | ---: | --- | ---: |
31
+ | train | 3,195,733 | `train.parquet` | 562.68 |
32
+
33
+ ## Features
34
+
35
+ - **mol_id**: int64 unique identifier per molecule
36
+ - **x**: list[int64[9]], shape (num_nodes, 9), atom feature vector
37
+ - **edge_index**: int64[2, num_edges], COO adjacency
38
+ - **edge_attr**: list[int64[3]], shape (num_edges, 3), bond features
39
+ - **pos**: list[float32[3]], shape (num_nodes, 3), 3D coordinates
40
+ - **num_nodes**: int64 number of atoms
41
+ - **smiles**: string canonical SMILES
42
+ - **target**: float32 HOMO-LUMO gap
43
+
44
+ ## Citation
45
+
46
+ ```
47
+ @article{hu2021ogblsc,
48
+ title={OGB-LSC: A Large-Scale Challenge for Machine Learning on Graphs},
49
+ author={Hu, Weihua and Fey, Matthias and Ren, Hongyu and Nakata, Maho and Dong, Yuxiao and Leskovec, Jure},
50
+ journal={arXiv preprint arXiv:2103.09430},
51
+ year={2021}
52
+ }
53
+ ```