jinysun commited on
Commit
430cce9
·
1 Parent(s): fec0d7f

Delete config/config_hparam.json

Browse files
Files changed (1) hide show
  1. config/config_hparam.json +0 -26
config/config_hparam.json DELETED
@@ -1,26 +0,0 @@
1
- { "name": "biomarker_log",
2
-
3
- "d_model_name" : "DeepChem/ChemBERTa-10M-MTR",
4
- "p_model_name" : "DeepChem/ChemBERTa-77M-MLM",
5
- "gpu_ids" : "0",
6
- "model_mode" : "train",
7
- "load_checkpoint" : "./checkpoint/bindingDB/test.ckpt",
8
-
9
- "prot_maxlength" : 360,
10
- "layer_limit" : true,
11
-
12
- "max_epoch": 16,
13
- "batch_size": 40,
14
- "num_workers": 0,
15
-
16
- "task_name" : "OSC",
17
- "lr": 1e-4,
18
- "layer_features" : [512, 128, 64, 1],
19
- "dropout" : 0.1,
20
- "loss_fn" : "MSE",
21
-
22
- "traindata_rate" : 1.0,
23
- "pretrained": {"chem":true, "prot":true},
24
- "num_seed" : 111
25
- }
26
-