best val_rmse 0.0000
Browse files- config.json +16 -14
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"best_val_loss": 0.
|
| 3 |
"comet_ai_key": null,
|
| 4 |
"context_observations": {
|
| 5 |
"add_rem": true,
|
|
@@ -18,7 +18,7 @@
|
|
| 18 |
"route": "oral",
|
| 19 |
"time": 0.0
|
| 20 |
},
|
| 21 |
-
"experiment_dir": "/work/ojedamarin/Projects/Pharma/Results/comet/node_pk_compartments/
|
| 22 |
"experiment_indentifier": null,
|
| 23 |
"experiment_name": "node_pk_compartments",
|
| 24 |
"hf_model_card_path": [
|
|
@@ -143,7 +143,7 @@
|
|
| 143 |
"lenuzza",
|
| 144 |
"Lenuzza2016.csv"
|
| 145 |
],
|
| 146 |
-
"pretraining_epochs":
|
| 147 |
"pretraining_protocol": "none",
|
| 148 |
"recreate_tempfile": true,
|
| 149 |
"return_split_versions": true,
|
|
@@ -155,10 +155,11 @@
|
|
| 155 |
"simulated_ou_as_rates"
|
| 156 |
],
|
| 157 |
"test_protocol": "simulated",
|
| 158 |
-
"test_size":
|
| 159 |
-
"
|
|
|
|
| 160 |
"val_protocol": "simulated",
|
| 161 |
-
"val_size":
|
| 162 |
"z_score_normalization": false
|
| 163 |
},
|
| 164 |
"model_type": "node_pk",
|
|
@@ -166,8 +167,9 @@
|
|
| 166 |
"name_str": "NeuralProcessPK",
|
| 167 |
"network": {
|
| 168 |
"activation": "ReLU",
|
| 169 |
-
"aggregator_num_heads":
|
| 170 |
"aggregator_type": "attention",
|
|
|
|
| 171 |
"cov_proj_dim": 16,
|
| 172 |
"decoder_attention_layers": 2,
|
| 173 |
"decoder_hidden_dim": 512,
|
|
@@ -181,7 +183,7 @@
|
|
| 181 |
"exclusive_node_step": true,
|
| 182 |
"individual_encoder_name": "RNNContextEncoder",
|
| 183 |
"individual_encoder_number_of_heads": 4,
|
| 184 |
-
"init_hidden_num_layers":
|
| 185 |
"input_encoding_hidden_dim": 128,
|
| 186 |
"loss_name": "nll",
|
| 187 |
"node_step": true,
|
|
@@ -197,11 +199,9 @@
|
|
| 197 |
"use_kl_s": true,
|
| 198 |
"zi_latent_dim": 512
|
| 199 |
},
|
| 200 |
-
"run_index":
|
| 201 |
"tags": [
|
| 202 |
-
"
|
| 203 |
-
"OU",
|
| 204 |
-
"KL_ZI_PRED",
|
| 205 |
"N-0"
|
| 206 |
],
|
| 207 |
"target_observations": {
|
|
@@ -217,13 +217,14 @@
|
|
| 217 |
},
|
| 218 |
"train": {
|
| 219 |
"amsgrad": false,
|
| 220 |
-
"batch_size":
|
| 221 |
"betas": [
|
| 222 |
0.9,
|
| 223 |
0.999
|
| 224 |
],
|
| 225 |
-
"epochs":
|
| 226 |
"eps": 1e-08,
|
|
|
|
| 227 |
"gradient_clip_val": 1.0,
|
| 228 |
"learning_rate": 0.0001,
|
| 229 |
"log_image_every_epoch": 25,
|
|
@@ -239,6 +240,7 @@
|
|
| 239 |
"eta_min": 5e-05,
|
| 240 |
"last_epoch": -1
|
| 241 |
},
|
|
|
|
| 242 |
"weight_decay": 0.0001
|
| 243 |
},
|
| 244 |
"transformers_version": "4.52.4",
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_val_loss": 0.0,
|
| 3 |
"comet_ai_key": null,
|
| 4 |
"context_observations": {
|
| 5 |
"add_rem": true,
|
|
|
|
| 18 |
"route": "oral",
|
| 19 |
"time": 0.0
|
| 20 |
},
|
| 21 |
+
"experiment_dir": "/work/ojedamarin/Projects/Pharma/Results/comet/node_pk_compartments/825c9c6329a941d4a74ea56913982ba2",
|
| 22 |
"experiment_indentifier": null,
|
| 23 |
"experiment_name": "node_pk_compartments",
|
| 24 |
"hf_model_card_path": [
|
|
|
|
| 143 |
"lenuzza",
|
| 144 |
"Lenuzza2016.csv"
|
| 145 |
],
|
| 146 |
+
"pretraining_epochs": 2000,
|
| 147 |
"pretraining_protocol": "none",
|
| 148 |
"recreate_tempfile": true,
|
| 149 |
"return_split_versions": true,
|
|
|
|
| 155 |
"simulated_ou_as_rates"
|
| 156 |
],
|
| 157 |
"test_protocol": "simulated",
|
| 158 |
+
"test_size": 100,
|
| 159 |
+
"tqdm_progress": false,
|
| 160 |
+
"train_size": 10000,
|
| 161 |
"val_protocol": "simulated",
|
| 162 |
+
"val_size": 100,
|
| 163 |
"z_score_normalization": false
|
| 164 |
},
|
| 165 |
"model_type": "node_pk",
|
|
|
|
| 167 |
"name_str": "NeuralProcessPK",
|
| 168 |
"network": {
|
| 169 |
"activation": "ReLU",
|
| 170 |
+
"aggregator_num_heads": 4,
|
| 171 |
"aggregator_type": "attention",
|
| 172 |
+
"combine_latent_mode": "sum",
|
| 173 |
"cov_proj_dim": 16,
|
| 174 |
"decoder_attention_layers": 2,
|
| 175 |
"decoder_hidden_dim": 512,
|
|
|
|
| 183 |
"exclusive_node_step": true,
|
| 184 |
"individual_encoder_name": "RNNContextEncoder",
|
| 185 |
"individual_encoder_number_of_heads": 4,
|
| 186 |
+
"init_hidden_num_layers": 2,
|
| 187 |
"input_encoding_hidden_dim": 128,
|
| 188 |
"loss_name": "nll",
|
| 189 |
"node_step": true,
|
|
|
|
| 199 |
"use_kl_s": true,
|
| 200 |
"zi_latent_dim": 512
|
| 201 |
},
|
| 202 |
+
"run_index": 0,
|
| 203 |
"tags": [
|
| 204 |
+
"YOLO-0",
|
|
|
|
|
|
|
| 205 |
"N-0"
|
| 206 |
],
|
| 207 |
"target_observations": {
|
|
|
|
| 217 |
},
|
| 218 |
"train": {
|
| 219 |
"amsgrad": false,
|
| 220 |
+
"batch_size": 128,
|
| 221 |
"betas": [
|
| 222 |
0.9,
|
| 223 |
0.999
|
| 224 |
],
|
| 225 |
+
"epochs": 2500,
|
| 226 |
"eps": 1e-08,
|
| 227 |
+
"eval_empirical_every_pct": 0.1,
|
| 228 |
"gradient_clip_val": 1.0,
|
| 229 |
"learning_rate": 0.0001,
|
| 230 |
"log_image_every_epoch": 25,
|
|
|
|
| 240 |
"eta_min": 5e-05,
|
| 241 |
"last_epoch": -1
|
| 242 |
},
|
| 243 |
+
"shuffle_val": true,
|
| 244 |
"weight_decay": 0.0001
|
| 245 |
},
|
| 246 |
"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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f92823e643df01d1b5e4bcde8942b8d81702b75231443afd84f82608fbe124e
|
| 3 |
+
size 45044802
|