nikhilshenoy98 commited on
Commit
a2ffdeb
·
verified ·
1 Parent(s): ba48f9d

Publish v1.0.0

Browse files
Files changed (1) hide show
  1. v1.0.0/hparams.json +73 -0
v1.0.0/hparams.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affinity_model_args": {
3
+ "esm_embed_dim": 1280,
4
+ "pairformer_args": {
5
+ "activation_checkpointing": true,
6
+ "dropout": 0.1,
7
+ "num_blocks": 8,
8
+ "pairwise_head_width": 32,
9
+ "pairwise_num_heads": 4,
10
+ "post_layer_norm": false
11
+ },
12
+ "transformer_args": {
13
+ "activation_checkpointing": false,
14
+ "classification_head": true,
15
+ "num_blocks": 2,
16
+ "num_heads": 4,
17
+ "token_s": 384
18
+ }
19
+ },
20
+ "affinity_model_args2": {
21
+ "esm_embed_dim": 1280,
22
+ "pairformer_args": {
23
+ "activation_checkpointing": true,
24
+ "dropout": 0.1,
25
+ "num_blocks": 8,
26
+ "pairwise_head_width": 32,
27
+ "pairwise_num_heads": 4,
28
+ "post_layer_norm": false
29
+ },
30
+ "transformer_args": {
31
+ "activation_checkpointing": false,
32
+ "classification_head": true,
33
+ "num_blocks": 2,
34
+ "num_heads": 4,
35
+ "token_s": 384
36
+ }
37
+ },
38
+ "affinity_prediction": true,
39
+ "atom_feature_dim": 390,
40
+ "atom_s": 128,
41
+ "atom_z": 16,
42
+ "atoms_per_window_keys": 128,
43
+ "atoms_per_window_queries": 32,
44
+ "embedder_args": {
45
+ "add_additional_atom_features": true,
46
+ "atom_encoder_depth": 3,
47
+ "atom_encoder_heads": 4,
48
+ "pocket_conditioning": false
49
+ },
50
+ "esm_module_args": {
51
+ "dropout": 0.05,
52
+ "esm_embed_dim": 1280,
53
+ "esm_num_layers": 34,
54
+ "use_esm_all_layers": false
55
+ },
56
+ "max_dist": 22.0,
57
+ "num_dist_bins": 64,
58
+ "pairformer_model_args": {
59
+ "activation_checkpointing": true,
60
+ "dropout": 0.25,
61
+ "num_blocks": 48,
62
+ "pairwise_head_width": 32,
63
+ "pairwise_num_heads": 4,
64
+ "post_layer_norm": false
65
+ },
66
+ "predict_args": {
67
+ "pose_protein_cutoff": 15.0,
68
+ "recycling_steps": 5
69
+ },
70
+ "token_s": 384,
71
+ "token_z": 128,
72
+ "use_kernels": true
73
+ }