parquet-converter commited on
Commit
198a587
·
1 Parent(s): cd3e1fa

Update parquet files

Browse files
README.md DELETED
@@ -1,107 +0,0 @@
1
- ---
2
- licence: unknown
3
- ---
4
-
5
- # Dataset Card for aspirin
6
-
7
- ## Table of Contents
8
- - [Table of Contents](#table-of-contents)
9
- - [Dataset Description](#dataset-description)
10
- - [Dataset Summary](#dataset-summary)
11
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
12
- - [External Use](#external-use)
13
- - [PyGeometric](#pygeometric)
14
- - [Dataset Structure](#dataset-structure)
15
- - [Data Properties](#data-properties)
16
- - [Data Fields](#data-fields)
17
- - [Data Splits](#data-splits)
18
- - [Additional Information](#additional-information)
19
- - [Licensing Information](#licensing-information)
20
- - [Citation Information](#citation-information)
21
- - [Contributions](#contributions)
22
-
23
- ## Dataset Description
24
- - **[Homepage](http://www.sgdml.org/#datasets)**
25
- - **Paper:**: (see citation)
26
-
27
- ### Dataset Summary
28
- The `aspirin` dataset is a molecular dynamics (MD) dataset. The total energy and force labels for each dataset were computed using the PBE+vdW-TS electronic structure method. All geometries are in Angstrom, energies and forces are given in kcal/mol and kcal/mol/A respectively.
29
-
30
- ### Supported Tasks and Leaderboards
31
- `aspirin` should be used for organic molecular property prediction, a regression task on 1 property. The score used is Mean absolute errors (in meV) for energy prediction.
32
-
33
-
34
- ## External Use
35
- ### PyGeometric
36
- To load in PyGeometric, do the following:
37
-
38
- ```python
39
- from datasets import load_dataset
40
-
41
- from torch_geometric.data import Data
42
- from torch_geometric.loader import DataLoader
43
-
44
- dataset_hf = load_dataset("graphs-datasets/<mydataset>")
45
- # For the full set
46
- dataset_pg_list = [Data(graph) for graph in dataset_hf["full"]]
47
- dataset_pg = DataLoader(dataset_pg_list)
48
- ```
49
-
50
- ## Dataset Structure
51
-
52
- ### Data Properties
53
- | property | value |
54
- |---|---|
55
- | scale | big |
56
- | #graphs | 111762 |
57
- | average #nodes | 21.0 |
58
- | average #edges | 303.0447106824262 |
59
-
60
- ### Data Fields
61
-
62
- Each row of a given file is a graph, with:
63
- - `node_feat` (list: #nodes x #node-features): nodes
64
- - `edge_index` (list: 2 x #edges): pairs of nodes constituting edges
65
- - `edge_attr` (list: #edges x #edge-features): for the aforementioned edges, contains their features
66
- - `y` (list: #labels): contains the number of labels available to predict
67
- - `num_nodes` (int): number of nodes of the graph
68
-
69
- ### Data Splits
70
-
71
- This data is not split, and should be used with cross validation. It comes from the PyGeometric version of the dataset.
72
-
73
- ## Additional Information
74
-
75
- ### Licensing Information
76
- The dataset has been released under license unknown.
77
-
78
- ### Citation Information
79
- ```
80
- @inproceedings{Morris+2020,
81
- title={TUDataset: A collection of benchmark datasets for learning with graphs},
82
- author={Christopher Morris and Nils M. Kriege and Franka Bause and Kristian Kersting and Petra Mutzel and Marion Neumann},
83
- booktitle={ICML 2020 Workshop on Graph Representation Learning and Beyond (GRL+ 2020)},
84
- archivePrefix={arXiv},
85
- eprint={2007.08663},
86
- url={www.graphlearning.io},
87
- year={2020}
88
- }
89
- ```
90
-
91
- ```
92
-
93
- @article{Chmiela_2017,
94
- doi = {10.1126/sciadv.1603015},
95
- url = {https://doi.org/10.1126%2Fsciadv.1603015},
96
- year = 2017,
97
- month = {may},
98
- publisher = {American Association for the Advancement of Science ({AAAS})},
99
- volume = {3},
100
- number = {5},
101
- author = {Stefan Chmiela and Alexandre Tkatchenko and Huziel E. Sauceda and Igor Poltavsky and Kristof T. Schütt and Klaus-Robert Müller},
102
- title = {Machine learning of accurate energy-conserving molecular force fields},
103
- journal = {Science Advances}
104
- }
105
-
106
-
107
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"graphs-datasets--aspirin": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"edge_index": {"feature": {"feature": {"dtype": "int64", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}, "node_feat": {"feature": {"feature": {"dtype": "float64", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}, "y": {"feature": {"dtype": "float64", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "num_nodes": {"dtype": "int64", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "json", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"full": {"name": "full", "num_bytes": 611647088, "num_examples": 111763, "dataset_name": "aspirin"}}, "download_checksums": null, "download_size": 11106294, "post_processing_size": null, "dataset_size": 611647088, "size_in_bytes": 622753382}}
 
 
data/full-00000-of-00002-e705c861e4d377f9.parquet → graphs-datasets--aspirin/parquet-full-00000-of-00002.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08f1803f71bfa5fa0e3c6c878aa1c2622a0ada025040f640948765589d370961
3
- size 5552708
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:803e892d962a4a591cbd2f39ff555ab9e22bc88f17e4cc8dc5a7ece43002eff4
3
+ size 9775989
data/full-00001-of-00002-c34298bbfce04099.parquet → graphs-datasets--aspirin/parquet-full-00001-of-00002.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a483dc26de530bcd76487558eb73f2e9a9e3c7e6846aa312d400ac341a22f914
3
- size 5553586
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dae450fa01a68be5245da110d50e509018909003f01c615145874f6d2fabda5d
3
+ size 1619665