Graph Machine Learning
Birder
chemistry
flt17 commited on
Commit
acde5c5
·
verified ·
1 Parent(s): 509fd34

Upload paracetamol models.

Browse files

Uploading paracetamol weights + configs with both backends.

paracetamol/config_cueq.yaml ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ precision: 64
3
+ num_chem_elements: 4
4
+ edge_cutoff: 4.0
5
+ num_edge_rbf: 8
6
+ num_edge_poly_cutoff: 6
7
+ num_vel_rbf: 8
8
+ vel_max: 0.11
9
+ max_rotation_order: 2
10
+ num_hidden_channels: 64
11
+ num_mp_layers: 4
12
+ edge_mlp_kwargs:
13
+ n_neurons:
14
+ - 64
15
+ - 64
16
+ - 64
17
+ activation: silu
18
+ vel_mlp_kwargs:
19
+ n_neurons:
20
+ - 64
21
+ - 64
22
+ - 64
23
+ activation: silu
24
+ nl_gate_kwargs:
25
+ activation_scalars:
26
+ o: tanh
27
+ e: silu
28
+ activation_gates:
29
+ e: silu
30
+ conserve_ang_mom: true
31
+ o3_backend: cueq
32
+ net_lin_mom:
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ net_ang_mom:
37
+ - 0.0
38
+ - 0.0
39
+ - 0.0
40
+ data:
41
+ root: /dccstor/chemistry_ai/trajcast/paper/paracetamol/data
42
+ name: paracetamol_300K_N10000_dt7.0_rc4.0_train
43
+ cutoff_radius: 4.0
44
+ files:
45
+ - paracetamol_precision_300K_rep1_timestep70_train3334.extxyz
46
+ - paracetamol_precision_300K_rep2_timestep70_train3333.extxyz
47
+ - paracetamol_precision_300K_rep3_timestep70_train3333.extxyz
48
+ rename: true
49
+ atom_type_mapper:
50
+ 1: 0
51
+ 6: 1
52
+ 7: 2
53
+ 8: 3
54
+ training:
55
+ seed: 2303
56
+ model_type: EfficientTrajCastModel
57
+ device: cuda
58
+ restart_latest: true
59
+ target_field: target
60
+ reference_fields:
61
+ - displacements
62
+ - update_velocities
63
+ batch_size: 10
64
+ max_grad_norm: 0.5
65
+ num_epochs: 1500
66
+ criterion:
67
+ loss_type:
68
+ main_loss: mse
69
+ learnable_weights: false
70
+ optimizer: adam
71
+ optimizer_settings:
72
+ lr: 0.01
73
+ amsgrad: true
74
+ scheduler:
75
+ - ReduceLROnPlateau
76
+ scheduler_settings:
77
+ ReduceLROnPlateau:
78
+ factor: 0.8
79
+ patience: 25
80
+ min_lr: 0.0001
81
+ chained_scheduler_hp:
82
+ milestones:
83
+ - 100000000
84
+ per_epoch: true
85
+ monitor_lr_scheduler: false
86
+ tensorboard_settings:
87
+ loss: true
88
+ lr: true
89
+ loss_validation:
90
+ data:
91
+ root: /dccstor/chemistry_ai/trajcast/paper/paracetamol/data
92
+ name: paracetamol_300K_N10000_dt7.0_rc4.0_val
93
+ files:
94
+ - paracetamol_precision_300K_rep4_timestep70_val2500.extxyz
95
+ cutoff_radius: 4.0
96
+ rename: true
97
+ atom_type_mapper:
98
+ 1: 0
99
+ 6: 1
100
+ 7: 2
101
+ 8: 3
paracetamol/config_e3nn.yaml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ precision: 64
3
+ num_chem_elements: 4
4
+ edge_cutoff: 4.0
5
+ num_edge_rbf: 8
6
+ num_edge_poly_cutoff: 6
7
+ num_vel_rbf: 8
8
+ vel_max: 0.11
9
+ max_rotation_order: 2
10
+ num_hidden_channels: 64
11
+ num_mp_layers: 4
12
+ edge_mlp_kwargs:
13
+ n_neurons:
14
+ - 64
15
+ - 64
16
+ - 64
17
+ activation: silu
18
+ vel_mlp_kwargs:
19
+ n_neurons:
20
+ - 64
21
+ - 64
22
+ - 64
23
+ activation: silu
24
+ nl_gate_kwargs:
25
+ activation_scalars:
26
+ o: tanh
27
+ e: silu
28
+ activation_gates:
29
+ e: silu
30
+ conserve_ang_mom: true
31
+ o3_backend: e3nn
32
+ net_lin_mom:
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ net_ang_mom:
37
+ - 0.0
38
+ - 0.0
39
+ - 0.0
paracetamol/state_dict_cueq.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46b98f80dafda5d8581abb6ab956e2569db94bab6c65ceca0694e78e0efd7289
3
+ size 19971342
paracetamol/state_dict_e3nn.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2372b26d02e64ab4e4028cf1bf1c1972d4bab781df07a628ed1a9a6ab05c38d
3
+ size 20095584