zhiyang1 commited on
Commit
67b6784
·
verified ·
1 Parent(s): f1137d0

Upload folder using huggingface_hub

Browse files
Files changed (46) hide show
  1. checkpoint-65000/config.json +79 -0
  2. checkpoint-65000/generation_config.json +6 -0
  3. checkpoint-65000/model.safetensors +3 -0
  4. checkpoint-65000/optimizer.pt +3 -0
  5. checkpoint-65000/rng_state_0.pth +3 -0
  6. checkpoint-65000/rng_state_1.pth +3 -0
  7. checkpoint-65000/rng_state_10.pth +3 -0
  8. checkpoint-65000/rng_state_11.pth +3 -0
  9. checkpoint-65000/rng_state_12.pth +3 -0
  10. checkpoint-65000/rng_state_13.pth +3 -0
  11. checkpoint-65000/rng_state_14.pth +3 -0
  12. checkpoint-65000/rng_state_15.pth +3 -0
  13. checkpoint-65000/rng_state_2.pth +3 -0
  14. checkpoint-65000/rng_state_3.pth +3 -0
  15. checkpoint-65000/rng_state_4.pth +3 -0
  16. checkpoint-65000/rng_state_5.pth +3 -0
  17. checkpoint-65000/rng_state_6.pth +3 -0
  18. checkpoint-65000/rng_state_7.pth +3 -0
  19. checkpoint-65000/rng_state_8.pth +3 -0
  20. checkpoint-65000/rng_state_9.pth +3 -0
  21. checkpoint-65000/scheduler.pt +3 -0
  22. checkpoint-65000/trainer_state.json +0 -0
  23. checkpoint-65000/training_args.bin +3 -0
  24. checkpoint-66000/config.json +79 -0
  25. checkpoint-66000/generation_config.json +6 -0
  26. checkpoint-66000/model.safetensors +3 -0
  27. checkpoint-66000/optimizer.pt +3 -0
  28. checkpoint-66000/rng_state_0.pth +3 -0
  29. checkpoint-66000/rng_state_1.pth +3 -0
  30. checkpoint-66000/rng_state_10.pth +3 -0
  31. checkpoint-66000/rng_state_11.pth +3 -0
  32. checkpoint-66000/rng_state_12.pth +3 -0
  33. checkpoint-66000/rng_state_13.pth +3 -0
  34. checkpoint-66000/rng_state_14.pth +3 -0
  35. checkpoint-66000/rng_state_15.pth +3 -0
  36. checkpoint-66000/rng_state_2.pth +3 -0
  37. checkpoint-66000/rng_state_3.pth +3 -0
  38. checkpoint-66000/rng_state_4.pth +3 -0
  39. checkpoint-66000/rng_state_5.pth +3 -0
  40. checkpoint-66000/rng_state_6.pth +3 -0
  41. checkpoint-66000/rng_state_7.pth +3 -0
  42. checkpoint-66000/rng_state_8.pth +3 -0
  43. checkpoint-66000/rng_state_9.pth +3 -0
  44. checkpoint-66000/scheduler.pt +3 -0
  45. checkpoint-66000/trainer_state.json +0 -0
  46. checkpoint-66000/training_args.bin +3 -0
checkpoint-65000/config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ar_steps": 1,
3
+ "architectures": [
4
+ "DiffVLMDiffusion"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "condition_layer": -1,
9
+ "eos_token_id": 151645,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 1536,
12
+ "image_token_id": 151655,
13
+ "img_cross_attention_dim": 2048,
14
+ "img_diffuser_depth": 2,
15
+ "img_ffn_dim_multiplier": null,
16
+ "img_hidden_size": 1536,
17
+ "img_multiple_of": 256,
18
+ "img_norm_eps": 1e-05,
19
+ "img_num_attention_heads": 12,
20
+ "img_num_kv_heads": 12,
21
+ "img_qk_norm": true,
22
+ "in_channels": 32,
23
+ "initializer_range": 0.02,
24
+ "inject_img_diffuser": false,
25
+ "input_size": 32,
26
+ "intermediate_size": 8960,
27
+ "layer_group_size": 7,
28
+ "layerwise_start_idx": 0,
29
+ "lora_alpha": 128,
30
+ "lora_bias": "none",
31
+ "lora_dropout": 0.05,
32
+ "lora_enable": false,
33
+ "lora_r": 64,
34
+ "max_position_embeddings": 32768,
35
+ "max_window_layers": 28,
36
+ "model_type": "qwen2_vl",
37
+ "non_linearity": 1,
38
+ "norm_elementwise_affine": true,
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 28,
41
+ "num_key_value_heads": 2,
42
+ "patch_size": 2,
43
+ "repa_coeff": 0.1,
44
+ "repa_layers": "2",
45
+ "repa_shared": false,
46
+ "rms_norm_eps": 1e-06,
47
+ "rope_scaling": {
48
+ "mrope_section": [
49
+ 16,
50
+ 24,
51
+ 24
52
+ ],
53
+ "rope_type": "default",
54
+ "type": "default"
55
+ },
56
+ "rope_theta": 1000000.0,
57
+ "sample_size": 128,
58
+ "sampling_steps": 28,
59
+ "sliding_window": null,
60
+ "tie_word_embeddings": true,
61
+ "torch_dtype": "bfloat16",
62
+ "transformers_version": "4.47.0",
63
+ "use_cache": true,
64
+ "use_repa": false,
65
+ "use_residual_attn": false,
66
+ "use_sliding_window": false,
67
+ "vae_path": "mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers",
68
+ "video_token_id": 151656,
69
+ "vision_config": {
70
+ "hidden_size": 1536,
71
+ "in_chans": 3,
72
+ "model_type": "qwen2_vl",
73
+ "spatial_patch_size": 14
74
+ },
75
+ "vision_end_token_id": 151653,
76
+ "vision_start_token_id": 151652,
77
+ "vision_token_id": 151654,
78
+ "vocab_size": 151936
79
+ }
checkpoint-65000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 151643,
4
+ "eos_token_id": 151645,
5
+ "transformers_version": "4.47.0"
6
+ }
checkpoint-65000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39642d346c4ceea509488a8d164a39c4fd80975c1a8cd0a382e7e4411660c2b
3
+ size 4538452374
checkpoint-65000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c21f101bab6fc5a5dbe6cfe4ef8e40a0df830de6506f3dceb77a3ef90acd5810
3
+ size 6630551906
checkpoint-65000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c44f1d19fc9cb418d0fb3dfbc7028424534dd8cfacf07a78d9da2de8777ef6
3
+ size 15984
checkpoint-65000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:258fe4837610ef4f6d7aa0c38c7ea517d2ac6812fc4bb6484d8a08f4b3c02087
3
+ size 15984
checkpoint-65000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad1e7921a9f9c2425e91b48ce6a32b092ceefcd398ed6c5f731865f0240dbaaf
3
+ size 15997
checkpoint-65000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a2f66840c92ec35f2aa234e98c74499a2f2a3f703f12731a263c6f5c3e140d
3
+ size 15997
checkpoint-65000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7836df7bb4ca9d50c8b0da25772e46c718b370286c9e375fd8688812c98e966
3
+ size 15997
checkpoint-65000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b907feef199a11c39e5c798e4ebf4c5d299b61bcd78eb384894581474bb7c0
3
+ size 15997
checkpoint-65000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5d2769b6d941367462b4d26d0d0635f851d52deea348fd822df2030f138faab
3
+ size 15997
checkpoint-65000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726689e9847a65d355f634ac1ccf5f9afbbb2f990d6c9c905fe3ee950e78a152
3
+ size 15997
checkpoint-65000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cdc0fa23efbd93dcf8e6b3629c48736e33a2d5458643e505630a02c181fed09
3
+ size 15984
checkpoint-65000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9053b27bee96f955d7d2e207c806abcc2a39401effecf97358075680a78665e2
3
+ size 15984
checkpoint-65000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6a4a180eaea9fd09854977c39fb5d7d04b2ea12746f416d000d011d886534e8
3
+ size 15984
checkpoint-65000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c2539cca624e3b0f7d87d40494d09ca5c0456cd468ecea60edfdd7e1209bfd
3
+ size 15984
checkpoint-65000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d75aa06ff9d493d26ce5d3025041bc5616045e6443d34a71a502312f8257a87
3
+ size 15984
checkpoint-65000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7aab50240f66b2fd9a7a0dba4a85ead5839afb0c96a2ffe15e6e846b4d65ace
3
+ size 15984
checkpoint-65000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5b795f986c96dc93ac5cdcf8f91d431fc86a6f77eb5a838fd13eddc89c54380
3
+ size 15984
checkpoint-65000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0359edb7f6b3a0f7be1692c522018bc739ce535f3d37075a78a5681519aa8b9e
3
+ size 15984
checkpoint-65000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871beda0e9bc064e429474c85a64ce984606ad6deecb4f138c89d7dae198ee08
3
+ size 1064
checkpoint-65000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-65000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b2d7ad6d0cb16f2000d1acb2dd3071bb0f27c56dce9c25b1be3ad6f268f27ee
3
+ size 6008
checkpoint-66000/config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ar_steps": 1,
3
+ "architectures": [
4
+ "DiffVLMDiffusion"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "condition_layer": -1,
9
+ "eos_token_id": 151645,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 1536,
12
+ "image_token_id": 151655,
13
+ "img_cross_attention_dim": 2048,
14
+ "img_diffuser_depth": 2,
15
+ "img_ffn_dim_multiplier": null,
16
+ "img_hidden_size": 1536,
17
+ "img_multiple_of": 256,
18
+ "img_norm_eps": 1e-05,
19
+ "img_num_attention_heads": 12,
20
+ "img_num_kv_heads": 12,
21
+ "img_qk_norm": true,
22
+ "in_channels": 32,
23
+ "initializer_range": 0.02,
24
+ "inject_img_diffuser": false,
25
+ "input_size": 32,
26
+ "intermediate_size": 8960,
27
+ "layer_group_size": 7,
28
+ "layerwise_start_idx": 0,
29
+ "lora_alpha": 128,
30
+ "lora_bias": "none",
31
+ "lora_dropout": 0.05,
32
+ "lora_enable": false,
33
+ "lora_r": 64,
34
+ "max_position_embeddings": 32768,
35
+ "max_window_layers": 28,
36
+ "model_type": "qwen2_vl",
37
+ "non_linearity": 1,
38
+ "norm_elementwise_affine": true,
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 28,
41
+ "num_key_value_heads": 2,
42
+ "patch_size": 2,
43
+ "repa_coeff": 0.1,
44
+ "repa_layers": "2",
45
+ "repa_shared": false,
46
+ "rms_norm_eps": 1e-06,
47
+ "rope_scaling": {
48
+ "mrope_section": [
49
+ 16,
50
+ 24,
51
+ 24
52
+ ],
53
+ "rope_type": "default",
54
+ "type": "default"
55
+ },
56
+ "rope_theta": 1000000.0,
57
+ "sample_size": 128,
58
+ "sampling_steps": 28,
59
+ "sliding_window": null,
60
+ "tie_word_embeddings": true,
61
+ "torch_dtype": "bfloat16",
62
+ "transformers_version": "4.47.0",
63
+ "use_cache": true,
64
+ "use_repa": false,
65
+ "use_residual_attn": false,
66
+ "use_sliding_window": false,
67
+ "vae_path": "mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers",
68
+ "video_token_id": 151656,
69
+ "vision_config": {
70
+ "hidden_size": 1536,
71
+ "in_chans": 3,
72
+ "model_type": "qwen2_vl",
73
+ "spatial_patch_size": 14
74
+ },
75
+ "vision_end_token_id": 151653,
76
+ "vision_start_token_id": 151652,
77
+ "vision_token_id": 151654,
78
+ "vocab_size": 151936
79
+ }
checkpoint-66000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 151643,
4
+ "eos_token_id": 151645,
5
+ "transformers_version": "4.47.0"
6
+ }
checkpoint-66000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be7ef7e2890c6d325ff68db8de070d2ad80f76b89c611ead3f51b8b64d43616a
3
+ size 4538452374
checkpoint-66000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a38dc0a6e7bc6a1466c9a260d4015f3505046d900c984266631566273b2c9984
3
+ size 6630551906
checkpoint-66000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073fe7c67bce8bc757fdafeafdc7ba3e616cf75c8667607c642319fae39ae643
3
+ size 15984
checkpoint-66000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5815ed56ecdb769d0474d00b7b849ff7751b4d0cf80e695056cc84010e667f2
3
+ size 15984
checkpoint-66000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96f01f718f08c67df944f2c23256e4912626918bfb59e1eb8bce43fb5cd1ecf3
3
+ size 15997
checkpoint-66000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feecb174ac0b1a8402cc37ef7f8af2c28067062ea903f17c703304ff934a96dc
3
+ size 15997
checkpoint-66000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c820d558c35cbb0beb3e38a28c4caeea1f0dbbba85ac9a8abddc9911060dcfe
3
+ size 15997
checkpoint-66000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8af783bc66ff30392b553f571b93c8ee02fdb38b937834371e3c02530d5dd1e4
3
+ size 15997
checkpoint-66000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03fffad66115df26788e7d1708ab83c841a56b3589c92172824f2fc487d7bff9
3
+ size 15997
checkpoint-66000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e6b7638947e0ffafc2a82c4bccfd5e984615c0f1d00a1d6381fac9840c96cc
3
+ size 15997
checkpoint-66000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c193ec507736479128f98a3613112745f1c9ce592dc797970d911696a2fea0b
3
+ size 15984
checkpoint-66000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095730e33da70e16fdfcd0dc85f7ad1f341869c694a6169079878256dbf52e7b
3
+ size 15984
checkpoint-66000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eaafdc2b827fa387ff34ae136d380b8c5b68b8d959bd274350a62e533523153
3
+ size 15984
checkpoint-66000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c4d1a5dbb82ca537b1239c9cc50f42b303b2cf89b79f78333494671b35a7b0
3
+ size 15984
checkpoint-66000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097aa7af156b00b9921d93cd6fc4a98ff9329b01091f90dd6198b17fa3faaf65
3
+ size 15984
checkpoint-66000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4455e0ebedc3eea337964b21e702bf3161584f3c029afa9d57e1d1e4cb4b043
3
+ size 15984
checkpoint-66000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230736ed3a49291823d11bca7338c7d8a1b7db35876743ee002c424efb9968f1
3
+ size 15984
checkpoint-66000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66e784eef5e9a9ebeb02f100ea388deff5e437f2bbe54d1b75cc377e194a3602
3
+ size 15984
checkpoint-66000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fb89bb2f92234deb84ebc3a0a3a5839ad5b854961a04cf651f0d85dbc46ef13
3
+ size 1064
checkpoint-66000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-66000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68f3b219c8cc2c97a08055de269d52d24a4cb71e067137a5f2d19962df482954
3
+ size 5944