cesarali commited on
Commit
4163c60
·
verified ·
1 Parent(s): d40866a

best val_rmse 0.0940

Browse files
Files changed (2) hide show
  1. config.json +41 -5
  2. pytorch_model.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_val_loss": 0.07117409259080887,
3
  "comet_ai_key": null,
4
  "context_observations": {
5
  "add_rem": true,
@@ -12,12 +12,13 @@
12
  "obs_type": "observations_pk_peak_halflife",
13
  "past_time_ratio": 0.1
14
  },
 
15
  "dosing": {
16
  "dose": 1.0,
17
  "route": "oral",
18
  "time": 0.0
19
  },
20
- "experiment_dir": "/home/cesarali/Pharma/generative_pk/results/comet/node_pk_compartments/faf07144e8404dd0948c02a400b7fdc5",
21
  "experiment_indentifier": null,
22
  "experiment_name": "node_pk_compartments",
23
  "hf_model_card_path": [
@@ -28,8 +29,12 @@
28
  "hugging_face_token": null,
29
  "meta_study": {
30
  "V_tmag_range": [
31
- 0.01,
32
- 0.1
 
 
 
 
33
  ],
34
  "drug_id_options": [
35
  "Drug_A",
@@ -40,18 +45,34 @@
40
  0.01,
41
  0.1
42
  ],
 
 
 
 
43
  "k_a_tmag_range": [
44
  0.01,
45
  0.1
46
  ],
 
 
 
 
47
  "k_e_tmag_range": [
48
  0.01,
49
  0.1
50
  ],
 
 
 
 
51
  "k_p1_tmag_range": [
52
  0.01,
53
  0.1
54
  ],
 
 
 
 
55
  "log_V_mean_range": [
56
  -1.5,
57
  1.5
@@ -100,6 +121,10 @@
100
  1,
101
  3
102
  ],
 
 
 
 
103
  "solver_method": "rk4",
104
  "time_num_steps": 100,
105
  "time_start": 0.0,
@@ -107,6 +132,7 @@
107
  },
108
  "mix_data": {
109
  "evaluate_prediction_steps_past": 5,
 
110
  "log_transform": false,
111
  "n_of_databatches": 3,
112
  "n_of_target_individuals": 1,
@@ -119,12 +145,18 @@
119
  ],
120
  "pretraining_epochs": 90,
121
  "pretraining_protocol": "none",
 
122
  "return_split_versions": false,
123
  "split_seed": 42,
124
  "split_strategy": "study",
 
 
 
 
 
125
  "test_protocol": "simulated",
126
  "test_size": 5,
127
- "train_size": 100,
128
  "val_protocol": "simulated",
129
  "val_size": 5,
130
  "z_score_normalization": false
@@ -136,6 +168,7 @@
136
  "activation": "ReLU",
137
  "aggregator_num_heads": 8,
138
  "aggregator_type": "attention",
 
139
  "cov_proj_dim": 16,
140
  "decoder_attention_layers": 2,
141
  "decoder_hidden_dim": 128,
@@ -190,6 +223,7 @@
190
  ],
191
  "epochs": 3,
192
  "eps": 1e-08,
 
193
  "gradient_clip_val": 1.0,
194
  "learning_rate": 0.0001,
195
  "log_image_every_epoch": 2,
@@ -198,12 +232,14 @@
198
  "num_batch_plot": 1,
199
  "num_workers": 3,
200
  "optimizer_name": "AdamW",
 
201
  "scheduler_name": "CosineAnnealingLR",
202
  "scheduler_params": {
203
  "T_max": 1000,
204
  "eta_min": 5e-05,
205
  "last_epoch": -1
206
  },
 
207
  "weight_decay": 0.0001
208
  },
209
  "transformers_version": "4.52.4",
 
1
  {
2
+ "best_val_loss": 0.09400381147861481,
3
  "comet_ai_key": null,
4
  "context_observations": {
5
  "add_rem": true,
 
12
  "obs_type": "observations_pk_peak_halflife",
13
  "past_time_ratio": 0.1
14
  },
15
+ "debug_test": true,
16
  "dosing": {
17
  "dose": 1.0,
18
  "route": "oral",
19
  "time": 0.0
20
  },
21
+ "experiment_dir": "/home/cesarali/Pharma/generative_pk/results/comet/node_pk_compartments/03fcdd3ddee246ab9f79683ec0e45ff6",
22
  "experiment_indentifier": null,
23
  "experiment_name": "node_pk_compartments",
24
  "hf_model_card_path": [
 
29
  "hugging_face_token": null,
30
  "meta_study": {
31
  "V_tmag_range": [
32
+ 0.001,
33
+ 0.01
34
+ ],
35
+ "V_tscl_range": [
36
+ 1.0,
37
+ 5.0
38
  ],
39
  "drug_id_options": [
40
  "Drug_A",
 
45
  0.01,
46
  0.1
47
  ],
48
+ "k_1p_tscl_range": [
49
+ 1.0,
50
+ 5.0
51
+ ],
52
  "k_a_tmag_range": [
53
  0.01,
54
  0.1
55
  ],
56
+ "k_a_tscl_range": [
57
+ 1.0,
58
+ 5.0
59
+ ],
60
  "k_e_tmag_range": [
61
  0.01,
62
  0.1
63
  ],
64
+ "k_e_tscl_range": [
65
+ 1.0,
66
+ 5.0
67
+ ],
68
  "k_p1_tmag_range": [
69
  0.01,
70
  0.1
71
  ],
72
+ "k_p1_tscl_range": [
73
+ 1.0,
74
+ 5.0
75
+ ],
76
  "log_V_mean_range": [
77
  -1.5,
78
  1.5
 
121
  1,
122
  3
123
  ],
124
+ "rel_ruv_range": [
125
+ 0.02,
126
+ 0.1
127
+ ],
128
  "solver_method": "rk4",
129
  "time_num_steps": 100,
130
  "time_start": 0.0,
 
132
  },
133
  "mix_data": {
134
  "evaluate_prediction_steps_past": 5,
135
+ "keep_tempfile": true,
136
  "log_transform": false,
137
  "n_of_databatches": 3,
138
  "n_of_target_individuals": 1,
 
145
  ],
146
  "pretraining_epochs": 90,
147
  "pretraining_protocol": "none",
148
+ "recreate_tempfile": true,
149
  "return_split_versions": false,
150
  "split_seed": 42,
151
  "split_strategy": "study",
152
+ "store_in_tempfile": true,
153
+ "tempfile_path": [
154
+ "preprocessed",
155
+ "simulated_ou_as_rates"
156
+ ],
157
  "test_protocol": "simulated",
158
  "test_size": 5,
159
+ "train_size": 10,
160
  "val_protocol": "simulated",
161
  "val_size": 5,
162
  "z_score_normalization": false
 
168
  "activation": "ReLU",
169
  "aggregator_num_heads": 8,
170
  "aggregator_type": "attention",
171
+ "combine_latent_mode": "mlp",
172
  "cov_proj_dim": 16,
173
  "decoder_attention_layers": 2,
174
  "decoder_hidden_dim": 128,
 
223
  ],
224
  "epochs": 3,
225
  "eps": 1e-08,
226
+ "eval_empirical_every_pct": 0.25,
227
  "gradient_clip_val": 1.0,
228
  "learning_rate": 0.0001,
229
  "log_image_every_epoch": 2,
 
232
  "num_batch_plot": 1,
233
  "num_workers": 3,
234
  "optimizer_name": "AdamW",
235
+ "persistent_workers": true,
236
  "scheduler_name": "CosineAnnealingLR",
237
  "scheduler_params": {
238
  "T_max": 1000,
239
  "eta_min": 5e-05,
240
  "last_epoch": -1
241
  },
242
+ "shuffle_val": true,
243
  "weight_decay": 0.0001
244
  },
245
  "transformers_version": "4.52.4",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b39f6b7dca9c5c341b94ba380aab0b6a0ff48638282e981da692b42a2c19ccd6
3
  size 4910617
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed063614b164310518f6c2e79abf21e2835f621650b6a47001654c320d303d00
3
  size 4910617