Config update at step 7814
Browse files- config.json +5 -5
config.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
"fusion_dropout": 0.1,
|
| 16 |
"beta_kl": 0.1,
|
| 17 |
"beta_reconstruction": 1.0,
|
| 18 |
-
"beta_cross_modal": 0.
|
| 19 |
"recon_type": "mse",
|
| 20 |
"modality_recon_weights": {
|
| 21 |
"clip_l": 1.0,
|
|
@@ -26,15 +26,15 @@
|
|
| 26 |
"use_kl_annealing": true,
|
| 27 |
"kl_anneal_epochs": 5,
|
| 28 |
"kl_start_beta": 0.0,
|
| 29 |
-
"batch_size":
|
| 30 |
-
"num_epochs":
|
| 31 |
"learning_rate": 0.0001,
|
| 32 |
"weight_decay": 1e-05,
|
| 33 |
"gradient_clip": 1.0,
|
| 34 |
"use_scheduler": true,
|
| 35 |
"scheduler_type": "cosine",
|
| 36 |
-
"num_samples":
|
| 37 |
-
"synthetic_ratio": 0.
|
| 38 |
"checkpoint_dir": "./checkpoints_lyra_sdxl_t5xl",
|
| 39 |
"save_every": 2500,
|
| 40 |
"keep_last_n": 3,
|
|
|
|
| 15 |
"fusion_dropout": 0.1,
|
| 16 |
"beta_kl": 0.1,
|
| 17 |
"beta_reconstruction": 1.0,
|
| 18 |
+
"beta_cross_modal": 0.1,
|
| 19 |
"recon_type": "mse",
|
| 20 |
"modality_recon_weights": {
|
| 21 |
"clip_l": 1.0,
|
|
|
|
| 26 |
"use_kl_annealing": true,
|
| 27 |
"kl_anneal_epochs": 5,
|
| 28 |
"kl_start_beta": 0.0,
|
| 29 |
+
"batch_size": 64,
|
| 30 |
+
"num_epochs": 50,
|
| 31 |
"learning_rate": 0.0001,
|
| 32 |
"weight_decay": 1e-05,
|
| 33 |
"gradient_clip": 1.0,
|
| 34 |
"use_scheduler": true,
|
| 35 |
"scheduler_type": "cosine",
|
| 36 |
+
"num_samples": 50000,
|
| 37 |
+
"synthetic_ratio": 0.05,
|
| 38 |
"checkpoint_dir": "./checkpoints_lyra_sdxl_t5xl",
|
| 39 |
"save_every": 2500,
|
| 40 |
"keep_last_n": 3,
|