Upload folder using huggingface_hub
Browse files
prodigy_4/training_config.yaml
CHANGED
|
@@ -12,7 +12,7 @@ data:
|
|
| 12 |
flow_matching:
|
| 13 |
timestep_sampling_mode: power_law
|
| 14 |
timestep_sampling_params:
|
| 15 |
-
power:
|
| 16 |
hub:
|
| 17 |
hub_model_id: Alissonerdx/BFS-LTX2
|
| 18 |
push_to_hub: true
|
|
@@ -44,8 +44,8 @@ optimization:
|
|
| 44 |
max_grad_norm: 1.0
|
| 45 |
optimizer_type: adamw
|
| 46 |
scheduler_params: {}
|
| 47 |
-
scheduler_type:
|
| 48 |
-
steps:
|
| 49 |
output_dir: /train/LTX-2/packages/ltx-trainer/outputs/ltx2_v2v_ic_lora_head_swap_128_prodigy_3
|
| 50 |
seed: 42
|
| 51 |
training_strategy:
|
|
|
|
| 12 |
flow_matching:
|
| 13 |
timestep_sampling_mode: power_law
|
| 14 |
timestep_sampling_params:
|
| 15 |
+
power: 4.0
|
| 16 |
hub:
|
| 17 |
hub_model_id: Alissonerdx/BFS-LTX2
|
| 18 |
push_to_hub: true
|
|
|
|
| 44 |
max_grad_norm: 1.0
|
| 45 |
optimizer_type: adamw
|
| 46 |
scheduler_params: {}
|
| 47 |
+
scheduler_type: cosine_with_restarts
|
| 48 |
+
steps: 2000
|
| 49 |
output_dir: /train/LTX-2/packages/ltx-trainer/outputs/ltx2_v2v_ic_lora_head_swap_128_prodigy_3
|
| 50 |
seed: 42
|
| 51 |
training_strategy:
|