AbstractPhil commited on
Commit
38fe2fe
·
verified ·
1 Parent(s): cc14cb7

checkpoint phase2_animetimm/step18750

Browse files
phase2_animetimm/step18750/adapter_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": null,
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": false,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 64,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "mlp.0",
34
+ "layer2",
35
+ "adaln_modulation_mlp.1",
36
+ "k_proj",
37
+ "adaln_modulation_mlp.2",
38
+ "o_proj",
39
+ "q_proj",
40
+ "v_proj",
41
+ "adaln_modulation_cross_attn.2",
42
+ "layer1",
43
+ "adaln_modulation_cross_attn.1",
44
+ "output_proj",
45
+ "adaln_modulation_self_attn.1",
46
+ "mlp.2",
47
+ "adaln_modulation_self_attn.2"
48
+ ],
49
+ "target_parameters": null,
50
+ "task_type": null,
51
+ "trainable_token_indices": null,
52
+ "use_bdlora": null,
53
+ "use_dora": false,
54
+ "use_qalora": false,
55
+ "use_rslora": false
56
+ }
phase2_animetimm/step18750/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a52a9b9612e15fe70f01c6311b469b15615b68724a00fca683360e0fcb0709c
3
+ size 277206000
phase2_animetimm/step18750/tr_anime_bkt.toml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ output_dir = '/workspace/out_anime'
2
+ dataset = '/workspace/ds_anime_bkt.toml'
3
+ epochs = 2
4
+ micro_batch_size_per_gpu = 4
5
+ gradient_accumulation_steps = 1
6
+ save_every_n_steps = 3125
7
+ checkpoint_every_n_minutes = 30
8
+ activation_checkpointing = true
9
+ gradient_clipping = 1.0
10
+ warmup_steps = 100
11
+ caching_batch_size = 8
12
+ map_num_proc = 8
13
+ save_dtype = 'bfloat16'
14
+ [model]
15
+ type = 'anima'
16
+ transformer_path = '/workspace/hf/hub/models--circlestone-labs--Anima/snapshots/38371ccdbd541b114a9ddbc6b77cb31dae2c4027/split_files/diffusion_models/anima-base-v1.0.safetensors'
17
+ vae_path = '/workspace/hf/hub/models--circlestone-labs--Anima/snapshots/38371ccdbd541b114a9ddbc6b77cb31dae2c4027/split_files/vae/qwen_image_vae.safetensors'
18
+ llm_path = '/workspace/hf/hub/models--circlestone-labs--Anima/snapshots/38371ccdbd541b114a9ddbc6b77cb31dae2c4027/split_files/text_encoders/qwen_3_06b_base.safetensors'
19
+ dtype = 'bfloat16'
20
+ llm_adapter_lr = 0
21
+ [adapter]
22
+ type = 'lora'
23
+ rank = 64
24
+ dtype = 'bfloat16'
25
+ init_from_existing = '/workspace/out_vlm/20260704_06-35-33/epoch2'
26
+ [optimizer]
27
+ type = 'adamw_optimi'
28
+ lr = 5e-5
29
+ betas = [0.9, 0.99]
30
+ weight_decay = 0.01
31
+ eps = 1e-8