zhiyang1 commited on
Commit
0b3a1ca
·
verified ·
1 Parent(s): fbf4976

Upload folder using huggingface_hub

Browse files
Files changed (46) hide show
  1. checkpoint-46000/config.json +79 -0
  2. checkpoint-46000/generation_config.json +6 -0
  3. checkpoint-46000/model.safetensors +3 -0
  4. checkpoint-46000/optimizer.pt +3 -0
  5. checkpoint-46000/rng_state_0.pth +3 -0
  6. checkpoint-46000/rng_state_1.pth +3 -0
  7. checkpoint-46000/rng_state_10.pth +3 -0
  8. checkpoint-46000/rng_state_11.pth +3 -0
  9. checkpoint-46000/rng_state_12.pth +3 -0
  10. checkpoint-46000/rng_state_13.pth +3 -0
  11. checkpoint-46000/rng_state_14.pth +3 -0
  12. checkpoint-46000/rng_state_15.pth +3 -0
  13. checkpoint-46000/rng_state_2.pth +3 -0
  14. checkpoint-46000/rng_state_3.pth +3 -0
  15. checkpoint-46000/rng_state_4.pth +3 -0
  16. checkpoint-46000/rng_state_5.pth +3 -0
  17. checkpoint-46000/rng_state_6.pth +3 -0
  18. checkpoint-46000/rng_state_7.pth +3 -0
  19. checkpoint-46000/rng_state_8.pth +3 -0
  20. checkpoint-46000/rng_state_9.pth +3 -0
  21. checkpoint-46000/scheduler.pt +3 -0
  22. checkpoint-46000/trainer_state.json +0 -0
  23. checkpoint-46000/training_args.bin +3 -0
  24. checkpoint-48000/config.json +79 -0
  25. checkpoint-48000/generation_config.json +6 -0
  26. checkpoint-48000/model.safetensors +3 -0
  27. checkpoint-48000/optimizer.pt +3 -0
  28. checkpoint-48000/rng_state_0.pth +3 -0
  29. checkpoint-48000/rng_state_1.pth +3 -0
  30. checkpoint-48000/rng_state_10.pth +3 -0
  31. checkpoint-48000/rng_state_11.pth +3 -0
  32. checkpoint-48000/rng_state_12.pth +3 -0
  33. checkpoint-48000/rng_state_13.pth +3 -0
  34. checkpoint-48000/rng_state_14.pth +3 -0
  35. checkpoint-48000/rng_state_15.pth +3 -0
  36. checkpoint-48000/rng_state_2.pth +3 -0
  37. checkpoint-48000/rng_state_3.pth +3 -0
  38. checkpoint-48000/rng_state_4.pth +3 -0
  39. checkpoint-48000/rng_state_5.pth +3 -0
  40. checkpoint-48000/rng_state_6.pth +3 -0
  41. checkpoint-48000/rng_state_7.pth +3 -0
  42. checkpoint-48000/rng_state_8.pth +3 -0
  43. checkpoint-48000/rng_state_9.pth +3 -0
  44. checkpoint-48000/scheduler.pt +3 -0
  45. checkpoint-48000/trainer_state.json +0 -0
  46. checkpoint-48000/training_args.bin +3 -0
checkpoint-46000/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": true,
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-46000/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-46000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ffb8144e78a9411fc7b1415a8a400973a4eef8b18d2c14460524218ad3588f
3
+ size 4539487822
checkpoint-46000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee6714e25286009df2433fe1245731c9d31cd0b9e2165bcfaf29e619cdce3414
3
+ size 6632345482
checkpoint-46000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303f2a0efbe5fc4c7139fbb6631a9b81a13b827967314d108c40eb3f5bec0f92
3
+ size 15984
checkpoint-46000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:967f1403f48f8426f314437d588a389bb1c722e1cbf7269afe87074aa30f0b5a
3
+ size 15984
checkpoint-46000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95ff8e03eae0d82b610e85ce0613b793da593e411a40a8f1468a4dc50e647030
3
+ size 15997
checkpoint-46000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e7b6014549a0dddfc571de97417d0db36bc0d7498e06a625857d2a4f001f8b
3
+ size 15997
checkpoint-46000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:544b5afed991e7944fcf788fdbd402038db2e0392c0dd8a3cc88177f6e4254fa
3
+ size 15997
checkpoint-46000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f83fc807a159abcd667e5a963fa6e880f64a1dfb951ee01c87b6d8edb6814de
3
+ size 15997
checkpoint-46000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:855ab9123c4618a84cf902d0c8971544e26f52d220332ae321bedf5ee0d80c51
3
+ size 15997
checkpoint-46000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a0c1419cba2bb8d6fd25fa3f7b9fb07e7541c07974185cacbd44b9f747f752
3
+ size 15997
checkpoint-46000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d97f6439d784ea6bdd42f433e3b9af053ea638d686c876e7eb7ae7350e3c9739
3
+ size 15984
checkpoint-46000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5e8d3573676dc0f8b1ea8ee695eba18d3fe546df456386a61ecb793c89820d1
3
+ size 15984
checkpoint-46000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdd07b712fa4b2a55e4327d472514409c86223919b69f41279a36c837faf9dfd
3
+ size 15984
checkpoint-46000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36d6a5134d80206797d59f0364fdec6960019b227f76086fad4ad3b63dd0f6d
3
+ size 15984
checkpoint-46000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:451541742e968294fef15013d5be4276512d4a09e2d146f1fe2d1e6c1801b473
3
+ size 15984
checkpoint-46000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026635e3fd691fefc2686d6471d77764b34c9514c63021f02ac76915e84681a8
3
+ size 15984
checkpoint-46000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd4e23e2644d06aebf08535706c159abfb533e400880f4a1a24b3d61f33f359
3
+ size 15984
checkpoint-46000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f599c1b45dd61cac17ab4fa8af42a3e910524a8d3d35ccf1d22b732eae8af3ed
3
+ size 15984
checkpoint-46000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ba91a88186f21db451c26a32b05bdc99c3bc6bd54486dfb53e59ed1195bf35
3
+ size 1064
checkpoint-46000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-46000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ecc70c5ca2f79e65dcd1d8c315ae6511668eca4a2205d7909073d64efa0b119
3
+ size 6008
checkpoint-48000/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": true,
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-48000/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-48000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd1ef0100f00edea5d0e7dc9984468daf7c6bd74dfa634171fdcb25b99a6fee
3
+ size 4539487822
checkpoint-48000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc2ee46dd404a839e43be053a07c3f19d8de5ba5fd645c664095c936e5ab12bb
3
+ size 6632345482
checkpoint-48000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2428fae41df9bde5286f0843c648fc5befe2e9c0e934132b4661acac37f55b2
3
+ size 15984
checkpoint-48000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a063a8d1670d287ac10e47cc8264663d0a59bff109a3d45a4493c97d16e2f14a
3
+ size 15984
checkpoint-48000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c445844db3c959227cc8d6816211cc31d12a05bcb3a0a36ebb90dfb9d97f5501
3
+ size 15997
checkpoint-48000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6127c634bd4add69865a32f4c33954350414155289e2dd54b088ba89bb401e67
3
+ size 15997
checkpoint-48000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0997f460dade6c050144d2e212682b82b2f6c6557ec3c6791c6c1d73c965e3ad
3
+ size 15997
checkpoint-48000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66c389d10ae066f931cda8e050ad29ec801d8b827106bd8e624198ef74a2e83f
3
+ size 15997
checkpoint-48000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:139044e2c229f6fb42e139fba8e974e7afd7d362ca0863440024a53f5616d5a8
3
+ size 15997
checkpoint-48000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99c9230ac93a3634ae2e1f22de3de0b133acdc9328f74ef693277693a256879f
3
+ size 15997
checkpoint-48000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e287746f1447037f884671897bfb423d7f057794f946db5814628b8170317a0
3
+ size 15984
checkpoint-48000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32c1601e84e22ac045453d2f618df834fff79b569f4132edb6c68bb61bb0721c
3
+ size 15984
checkpoint-48000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0d6d969669aeedff5745420425a618682e49f62db819bfd0c9ed19e22c9a323
3
+ size 15984
checkpoint-48000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5728231d9d53e9da562d3d936c358313cdf7da7a2ab14e9b68b170e46f1ca805
3
+ size 15984
checkpoint-48000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:371ad469747086fb67730bd577460953a1d61825f28b89cf5755b61b253cc82d
3
+ size 15984
checkpoint-48000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7214089ae96a79c6db6331f3e840ac48e4868faba4b99d0b29937ed3e6f7e5c4
3
+ size 15984
checkpoint-48000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af50f7f45a18aa19907b32aecf351185bb3e180ae64f031abc95e81b04b8d1d7
3
+ size 15984
checkpoint-48000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2cfdd446ce3c8379924288a4d2cdf86d4016c4707b33b079e17aa959109ff57
3
+ size 15984
checkpoint-48000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56313b016e1c97b92d85a7cef126e3c90ba236fd68f6d7f6c2a32d056fec6eae
3
+ size 1064
checkpoint-48000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-48000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b16936ddf014fb2fec40046d7f550ac6cda7bf0dc484662e3bcc3ac1d949e80
3
+ size 6008