@@ -81,48 +81,6 @@ datamodule:
81
81
processed_graph_data_path : " ../datacache/neurips2023-small/"
82
82
num_workers : 30 # -1 to use all
83
83
persistent_workers : False
84
- task_specific_args :
85
- qm9 :
86
- df : null
87
- df_path : ${constants.data_dir}/qm9.csv.gz
88
- # wget https://storage.googleapis.com/graphium-public/datasets/neurips_2023/Small-dataset/qm9.csv.gz
89
- # or set path as the URL directly
90
- smiles_col : " smiles"
91
- label_cols : ["A", "B", "C", "mu", "alpha", "homo", "lumo", "gap", "r2", "zpve", "u0", "u298", "h298", "g298", "cv", "u0_atom", "u298_atom", "h298_atom", "g298_atom"]
92
- # sample_size: 2000 # use sample_size for test
93
- splits_path : ${constants.data_dir}/qm9_random_splits.pt # Download with `wget https://storage.googleapis.com/graphium-public/datasets/neurips_2023/Small-dataset/qm9_random_splits.pt`
94
- seed : ${constants.seed} # *seed
95
- task_level : graph
96
- label_normalization :
97
- normalize_val_test : True
98
- method : " normal"
99
-
100
- tox21 :
101
- df : null
102
- df_path : ${constants.data_dir}/Tox21-7k-12-labels.csv.gz
103
- # wget https://storage.googleapis.com/graphium-public/datasets/neurips_2023/Small-dataset/Tox21-7k-12-labels.csv.gz
104
- # or set path as the URL directly
105
- smiles_col : " smiles"
106
- label_cols : ["NR-AR", "NR-AR-LBD", "NR-AhR", "NR-Aromatase", "NR-ER", "NR-ER-LBD", "NR-PPAR-gamma", "SR-ARE", "SR-ATAD5", "SR-HSE", "SR-MMP", "SR-p53"]
107
- # sample_size: 2000 # use sample_size for test
108
- splits_path : ${constants.data_dir}/Tox21_random_splits.pt # Download with `wget https://storage.googleapis.com/graphium-public/datasets/neurips_2023/Small-dataset/Tox21_random_splits.pt`
109
- seed : ${constants.seed}
110
- task_level : graph
111
-
112
- zinc :
113
- df : null
114
- df_path : ${constants.data_dir}/ZINC12k.csv.gz
115
- # wget https://storage.googleapis.com/graphium-public/datasets/neurips_2023/Small-dataset/ZINC12k.csv.gz
116
- # or set path as the URL directly
117
- smiles_col : " smiles"
118
- label_cols : ["SA", "logp", "score"]
119
- # sample_size: 2000 # use sample_size for test
120
- splits_path : ${constants.data_dir}/ZINC12k_random_splits.pt # Download with `wget https://storage.googleapis.com/graphium-public/datasets/neurips_2023/Small-dataset/ZINC12k_random_splits.pt`
121
- seed : ${constants.seed}
122
- task_level : graph
123
- label_normalization :
124
- normalize_val_test : True
125
- method : " normal"
126
84
featurization :
127
85
atom_property_list_onehot : [atomic-number, group, period, total-valence]
128
86
atom_property_list_float : [degree, formal-charge, radical-electron, aromatic, in-ring]
0 commit comments