gihan12 commited on
Commit
0bb874d
·
verified ·
1 Parent(s): 9071308

Upload FragNet model trained on solubility

Browse files
Files changed (3) hide show
  1. config.json +18 -0
  2. metadata.json +8 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "fragnet",
3
+ "n_classes": 1,
4
+ "atom_features": 167,
5
+ "frag_features": 167,
6
+ "edge_features": 17,
7
+ "num_layer": 4,
8
+ "num_heads": 4,
9
+ "drop_ratio": 0.15,
10
+ "h1": 256,
11
+ "h2": 256,
12
+ "h3": 256,
13
+ "h4": 256,
14
+ "act": "celu",
15
+ "emb_dim": 128,
16
+ "fthead": "FTHead2",
17
+ "task_type": "regression"
18
+ }
metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "solubility",
3
+ "model_type": "finetune",
4
+ "task_type": "regression",
5
+ "num_tasks": 1,
6
+ "framework": "PyTorch",
7
+ "training_framework": "FragNet"
8
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd2ff709917f71fb171ff620304add0fc3d519bd71535f1b1a365839e4720fa4
3
+ size 12157162