Wi-zz commited on
Commit
62db92a
·
verified ·
1 Parent(s): 9f05f6b

Upload folder using huggingface_hub

Browse files
Complete/epoch1/Complete_epoch1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71265455ed245d7cd442f184cee4e1eb4cebbdda9177927f9babc1a5b608f22f
3
+ size 161300448
Complete/epoch1/adapter_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": null,
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": false,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 16,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "txt_mlp.fc2",
28
+ "modulation.linear",
29
+ "txt_mod.linear",
30
+ "txt_mlp.fc1",
31
+ "img_mlp.fc2",
32
+ "txt_attn_qkv",
33
+ "img_attn_proj",
34
+ "img_mlp.fc1",
35
+ "img_attn_qkv",
36
+ "linear1",
37
+ "txt_attn_proj",
38
+ "img_mod.linear",
39
+ "linear2"
40
+ ],
41
+ "task_type": null,
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_rslora": false
45
+ }
Complete/epoch1/config.toml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ output_dir = "/workspace/outputs/Complete"
2
+ dataset = "/workspace/configs/Complete/dataset.toml"
3
+ epochs = 10
4
+ micro_batch_size_per_gpu = 1
5
+ pipeline_stages = 1
6
+ gradient_accumulation_steps = 2
7
+ gradient_clipping = 1.0
8
+ warmup_steps = 0
9
+ eval_every_n_epochs = 1
10
+ eval_before_first_step = true
11
+ eval_micro_batch_size_per_gpu = 1
12
+ eval_gradient_accumulation_steps = 1
13
+ save_every_n_epochs = 1
14
+ checkpoint_every_n_minutes = 120
15
+ activation_checkpointing = true
16
+ partition_method = "parameters"
17
+ save_dtype = "bfloat16"
18
+ caching_batch_size = 4
19
+ steps_per_print = 1
20
+ video_clip_mode = "single_beginning"
21
+ [model]
22
+ type = "hunyuan-video"
23
+ dtype = "bfloat16"
24
+ transformer_path = "/workspace/models/hunyuan/hunyuan_video_720_cfgdistill_fp8_e4m3fn.safetensors"
25
+ transformer_dtype = "float8"
26
+ vae_path = "/workspace/models/hunyuan/hunyuan_video_vae_bf16.safetensors"
27
+ llm_path = "/workspace/models/hunyuan/llava-llama-3-8b-text-encoder-tokenizer"
28
+ clip_path = "/workspace/models/hunyuan/clip-vit-large-patch14"
29
+ timestep_sample_method = "logit_normal"
30
+ [adapter]
31
+ type = "lora"
32
+ rank = 16
33
+ dtype = "bfloat16"
34
+ [optimizer]
35
+ type = "adamw8bitKahan"
36
+ lr = 0.0002
37
+ weight_decay = 0.01
38
+ eps = 1e-08
39
+ betas = [0.9, 0.99]
40
+ [monitoring]
41
+ enable_wandb = false
42
+ log_dir = "/workspace/outputs/Complete"
Complete/epoch2/Complete_epoch2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c25c08d8b0d268073177df86f688d4f46b1bf08a071b82e2c5ae8be8f7adb92f
3
+ size 161300448
Complete/epoch2/adapter_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": null,
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": false,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 16,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "linear2",
28
+ "linear1",
29
+ "img_mlp.fc2",
30
+ "img_mlp.fc1",
31
+ "modulation.linear",
32
+ "txt_mlp.fc2",
33
+ "img_attn_proj",
34
+ "txt_attn_proj",
35
+ "img_attn_qkv",
36
+ "txt_mlp.fc1",
37
+ "img_mod.linear",
38
+ "txt_attn_qkv",
39
+ "txt_mod.linear"
40
+ ],
41
+ "task_type": null,
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_rslora": false
45
+ }
Complete/epoch2/config.toml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ output_dir = "/workspace/outputs/Complete"
2
+ dataset = "/workspace/configs/Complete/dataset.toml"
3
+ epochs = 10
4
+ micro_batch_size_per_gpu = 1
5
+ pipeline_stages = 1
6
+ gradient_accumulation_steps = 2
7
+ gradient_clipping = 1.0
8
+ warmup_steps = 0
9
+ eval_every_n_epochs = 1
10
+ eval_before_first_step = true
11
+ eval_micro_batch_size_per_gpu = 1
12
+ eval_gradient_accumulation_steps = 1
13
+ save_every_n_epochs = 1
14
+ checkpoint_every_n_minutes = 120
15
+ activation_checkpointing = true
16
+ partition_method = "parameters"
17
+ save_dtype = "bfloat16"
18
+ caching_batch_size = 4
19
+ steps_per_print = 1
20
+ video_clip_mode = "single_beginning"
21
+ [model]
22
+ type = "hunyuan-video"
23
+ dtype = "bfloat16"
24
+ transformer_path = "/workspace/models/hunyuan/hunyuan_video_720_cfgdistill_fp8_e4m3fn.safetensors"
25
+ transformer_dtype = "float8"
26
+ vae_path = "/workspace/models/hunyuan/hunyuan_video_vae_bf16.safetensors"
27
+ llm_path = "/workspace/models/hunyuan/llava-llama-3-8b-text-encoder-tokenizer"
28
+ clip_path = "/workspace/models/hunyuan/clip-vit-large-patch14"
29
+ timestep_sample_method = "logit_normal"
30
+ [adapter]
31
+ type = "lora"
32
+ rank = 16
33
+ dtype = "bfloat16"
34
+ [optimizer]
35
+ type = "adamw8bitKahan"
36
+ lr = 0.0002
37
+ weight_decay = 0.01
38
+ eps = 1e-08
39
+ betas = [0.9, 0.99]
40
+ [monitoring]
41
+ enable_wandb = false
42
+ log_dir = "/workspace/outputs/Complete"
Complete/epoch3/Complete_epoch3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a5543fb0088e25cabd3c73772131e3e0a207744f45335ce5ac17e1fed7d884d
3
+ size 161300448
Complete/epoch3/adapter_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": null,
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": false,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 16,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "txt_mlp.fc2",
28
+ "txt_attn_qkv",
29
+ "img_mlp.fc2",
30
+ "linear1",
31
+ "txt_mlp.fc1",
32
+ "linear2",
33
+ "img_mlp.fc1",
34
+ "img_attn_qkv",
35
+ "txt_mod.linear",
36
+ "modulation.linear",
37
+ "img_attn_proj",
38
+ "img_mod.linear",
39
+ "txt_attn_proj"
40
+ ],
41
+ "task_type": null,
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_rslora": false
45
+ }
Complete/epoch3/config.toml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ output_dir = "/workspace/outputs/Complete"
2
+ dataset = "/workspace/configs/Complete/dataset.toml"
3
+ epochs = 10
4
+ micro_batch_size_per_gpu = 1
5
+ pipeline_stages = 1
6
+ gradient_accumulation_steps = 2
7
+ gradient_clipping = 1.0
8
+ warmup_steps = 0
9
+ eval_every_n_epochs = 1
10
+ eval_before_first_step = true
11
+ eval_micro_batch_size_per_gpu = 1
12
+ eval_gradient_accumulation_steps = 1
13
+ save_every_n_epochs = 1
14
+ checkpoint_every_n_minutes = 120
15
+ activation_checkpointing = true
16
+ partition_method = "parameters"
17
+ save_dtype = "bfloat16"
18
+ caching_batch_size = 4
19
+ steps_per_print = 1
20
+ video_clip_mode = "single_beginning"
21
+ [model]
22
+ type = "hunyuan-video"
23
+ dtype = "bfloat16"
24
+ transformer_path = "/workspace/models/hunyuan/hunyuan_video_720_cfgdistill_fp8_e4m3fn.safetensors"
25
+ transformer_dtype = "float8"
26
+ vae_path = "/workspace/models/hunyuan/hunyuan_video_vae_bf16.safetensors"
27
+ llm_path = "/workspace/models/hunyuan/llava-llama-3-8b-text-encoder-tokenizer"
28
+ clip_path = "/workspace/models/hunyuan/clip-vit-large-patch14"
29
+ timestep_sample_method = "logit_normal"
30
+ [adapter]
31
+ type = "lora"
32
+ rank = 16
33
+ dtype = "bfloat16"
34
+ [optimizer]
35
+ type = "adamw8bitKahan"
36
+ lr = 0.0002
37
+ weight_decay = 0.01
38
+ eps = 1e-08
39
+ betas = [0.9, 0.99]
40
+ [monitoring]
41
+ enable_wandb = false
42
+ log_dir = "/workspace/outputs/Complete"