Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -1123,3 +1123,4 @@ new_simple_dataset_adamw_new_dataset_final/samples/step_001200_1.mp4 filter=lfs
|
|
| 1123 |
new_simple_dataset_adamw_new_dataset_final/samples/step_001300_1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 1124 |
new_simple_dataset_adamw_new_dataset_final/samples/step_001400_1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 1125 |
new_simple_dataset_adamw_new_dataset_final/samples/step_001500_1.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1123 |
new_simple_dataset_adamw_new_dataset_final/samples/step_001300_1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 1124 |
new_simple_dataset_adamw_new_dataset_final/samples/step_001400_1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 1125 |
new_simple_dataset_adamw_new_dataset_final/samples/step_001500_1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 1126 |
+
new_simple_dataset_adamw_new_dataset_final/samples/step_001600_1.mp4 filter=lfs diff=lfs merge=lfs -text
|
new_simple_dataset_adamw_new_dataset_final/checkpoints/lora_weights_step_01600.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f34974f7e119586caed6da5cbaf0574abec8cdad6b9154a0705d3aceaf8f98f5
|
| 3 |
+
size 1316096736
|
new_simple_dataset_adamw_new_dataset_final/samples/step_001600_1.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a875d6944082c23a4347b61f9581a13edd914d78c7b649321d821c250d0239a7
|
| 3 |
+
size 2235801
|
new_simple_dataset_adamw_new_dataset_final/training_config.yaml
CHANGED
|
@@ -32,14 +32,14 @@ lora:
|
|
| 32 |
- ff.net.2
|
| 33 |
- adaln_single.linear
|
| 34 |
model:
|
| 35 |
-
load_checkpoint: /workspace/LTX-2/packages/ltx-trainer/
|
| 36 |
model_path: /workspace/models/ltx-2-19b-dev.safetensors
|
| 37 |
text_encoder_path: /workspace/models/gemma
|
| 38 |
training_mode: lora
|
| 39 |
optimization:
|
| 40 |
batch_size: 1
|
| 41 |
enable_gradient_checkpointing: true
|
| 42 |
-
gradient_accumulation_steps:
|
| 43 |
learning_rate: 0.0001
|
| 44 |
max_grad_norm: 1.0
|
| 45 |
optimizer_params: {}
|
|
|
|
| 32 |
- ff.net.2
|
| 33 |
- adaln_single.linear
|
| 34 |
model:
|
| 35 |
+
load_checkpoint: /workspace/LTX-2/packages/ltx-trainer/outputs/ltx2_v2v_ic_lora_simple_dataset_adamw_final/checkpoints
|
| 36 |
model_path: /workspace/models/ltx-2-19b-dev.safetensors
|
| 37 |
text_encoder_path: /workspace/models/gemma
|
| 38 |
training_mode: lora
|
| 39 |
optimization:
|
| 40 |
batch_size: 1
|
| 41 |
enable_gradient_checkpointing: true
|
| 42 |
+
gradient_accumulation_steps: 1
|
| 43 |
learning_rate: 0.0001
|
| 44 |
max_grad_norm: 1.0
|
| 45 |
optimizer_params: {}
|