zhiyang1 commited on
Commit
13a6f4a
·
verified ·
1 Parent(s): a3a2ee3

Upload folder using huggingface_hub

Browse files
Files changed (46) hide show
  1. checkpoint-19000/config.json +79 -0
  2. checkpoint-19000/generation_config.json +6 -0
  3. checkpoint-19000/model.safetensors +3 -0
  4. checkpoint-19000/optimizer.pt +3 -0
  5. checkpoint-19000/rng_state_0.pth +3 -0
  6. checkpoint-19000/rng_state_1.pth +3 -0
  7. checkpoint-19000/rng_state_10.pth +3 -0
  8. checkpoint-19000/rng_state_11.pth +3 -0
  9. checkpoint-19000/rng_state_12.pth +3 -0
  10. checkpoint-19000/rng_state_13.pth +3 -0
  11. checkpoint-19000/rng_state_14.pth +3 -0
  12. checkpoint-19000/rng_state_15.pth +3 -0
  13. checkpoint-19000/rng_state_2.pth +3 -0
  14. checkpoint-19000/rng_state_3.pth +3 -0
  15. checkpoint-19000/rng_state_4.pth +3 -0
  16. checkpoint-19000/rng_state_5.pth +3 -0
  17. checkpoint-19000/rng_state_6.pth +3 -0
  18. checkpoint-19000/rng_state_7.pth +3 -0
  19. checkpoint-19000/rng_state_8.pth +3 -0
  20. checkpoint-19000/rng_state_9.pth +3 -0
  21. checkpoint-19000/scheduler.pt +3 -0
  22. checkpoint-19000/trainer_state.json +0 -0
  23. checkpoint-19000/training_args.bin +3 -0
  24. checkpoint-20000/config.json +79 -0
  25. checkpoint-20000/generation_config.json +6 -0
  26. checkpoint-20000/model.safetensors +3 -0
  27. checkpoint-20000/optimizer.pt +3 -0
  28. checkpoint-20000/rng_state_0.pth +3 -0
  29. checkpoint-20000/rng_state_1.pth +3 -0
  30. checkpoint-20000/rng_state_10.pth +3 -0
  31. checkpoint-20000/rng_state_11.pth +3 -0
  32. checkpoint-20000/rng_state_12.pth +3 -0
  33. checkpoint-20000/rng_state_13.pth +3 -0
  34. checkpoint-20000/rng_state_14.pth +3 -0
  35. checkpoint-20000/rng_state_15.pth +3 -0
  36. checkpoint-20000/rng_state_2.pth +3 -0
  37. checkpoint-20000/rng_state_3.pth +3 -0
  38. checkpoint-20000/rng_state_4.pth +3 -0
  39. checkpoint-20000/rng_state_5.pth +3 -0
  40. checkpoint-20000/rng_state_6.pth +3 -0
  41. checkpoint-20000/rng_state_7.pth +3 -0
  42. checkpoint-20000/rng_state_8.pth +3 -0
  43. checkpoint-20000/rng_state_9.pth +3 -0
  44. checkpoint-20000/scheduler.pt +3 -0
  45. checkpoint-20000/trainer_state.json +0 -0
  46. checkpoint-20000/training_args.bin +3 -0
checkpoint-19000/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": 1,
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-in-1.0-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-19000/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-19000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6e4e16a533366672366f1a4f66f0e3ce7b4a6bbdc65a141266d8545edc0509a
3
+ size 4559801712
checkpoint-19000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75542129fa6d3e9039c7d39c9f011830f2d7c59ea458f8f8eff5dd290d6c3c0
3
+ size 6628781666
checkpoint-19000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:153bdde2ca52569783ef7888c859f9a3bfbf781c75402e97f531b49d29c37b9f
3
+ size 15984
checkpoint-19000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de782452332979c8fff8fc72ea9c40787cf5290dcf9a8d208e52de6ad64d0615
3
+ size 15984
checkpoint-19000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88cb031566a8852207309e647d88c053276729f6edad3e7381af709ae14d95f
3
+ size 15997
checkpoint-19000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:419fc11d938885544302ebcf2f3b8f603bd51e2db5d89524423e39003688201b
3
+ size 15997
checkpoint-19000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3afbe9e264658ad1177b3c693aad87fafb26f37895972a6f84ae5a8e52fa9ec9
3
+ size 15997
checkpoint-19000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93aee737a27c0c7afb5dcaeb5b555f61a5e40a7cd82e8d32568d81293a2b75b
3
+ size 15997
checkpoint-19000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:778711d31a286a6792c42c749ef66ac939e8e492c2f3838dfb4ff366cc6d6620
3
+ size 15997
checkpoint-19000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bebe21f690ef18e638446fef6b66594eb474571f2400577d40c6c5c6a876242
3
+ size 15997
checkpoint-19000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f641f59ccd8764ed59f8a1ab23946549265d0a1836f3b58ef07736b34aea02
3
+ size 15984
checkpoint-19000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81b33c6ea3e6bd88d6252ca2fd80ee9930c2eb5e16393c01266b5a943dee87ef
3
+ size 15984
checkpoint-19000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4549ec760d4856043839257f793a83ca7096c1f04404b651c6097f7a6a461316
3
+ size 15984
checkpoint-19000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed4b119cf42f5dc8a9c1065e3b0ea022705d3bc281ab35fca51144e89d71913
3
+ size 15984
checkpoint-19000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a49bb2e1f73b5b11de64f68053ec3f3c938763b6fdec0081ba641f38723d2ff
3
+ size 15984
checkpoint-19000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aecbff048e27c41e7a50adb005f4c87b2cd363f9561ac98540f66520c26aeb67
3
+ size 15984
checkpoint-19000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05dcbc31ef9022237d43799a5321aef49eae953afa27609c21cbab9ac8efe35b
3
+ size 15984
checkpoint-19000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c263d795aa57a63b2762bfa8c7c8e505746f25ea22a7f7702466b5d8075202
3
+ size 15984
checkpoint-19000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ddf2c8864365dee195db6889f67a5f0d9c9d0f5a009ca2adf16af809861c0f5
3
+ size 1064
checkpoint-19000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-19000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0634fed3fcb860496c930251dbef9217ed419c2bf2c07568903f34430c92b4ff
3
+ size 6008
checkpoint-20000/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": 1,
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-in-1.0-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-20000/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-20000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e8dc69aaa0a39f9a8aa893b09b08d07e641ae8ee21a50738a4d9076c66648e5
3
+ size 4559801712
checkpoint-20000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1e0e9a378a5c464b8fd43f1927c942b3c64807b64d1423c0c3f69ded64fd46
3
+ size 6628781666
checkpoint-20000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc6f26d20f4b917f07f0f49c9ff564af3db094834742ca1728b5682ea0f0bbe8
3
+ size 15984
checkpoint-20000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65187c140eeeb4bc1179cd4eaa66c0e1ff63094654c02045135470c943c55375
3
+ size 15984
checkpoint-20000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc30cb33115ab483be7a2600a08a714d3a379798461d37bffa74893a1cc2b4e6
3
+ size 15997
checkpoint-20000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daeafe5b389943c5d0d9177675c0fab7c0f59e36b7b7d8acfe5273fe34f5a6d6
3
+ size 15997
checkpoint-20000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be03e80b141e0b897ad3bd9753d575ad3e02319f8491d73e439683ceacfbedd
3
+ size 15997
checkpoint-20000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0239da2604390bc2a6b219a3672305a5e1dbd65ce77c79a208c7e3e2578732f7
3
+ size 15997
checkpoint-20000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:068743fdb8bceac003375b028df047162e805d58c68d390974dedf9c3bd4c3a1
3
+ size 15997
checkpoint-20000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da058641e2cf67cc738b4faae53e7e5fa9229bd71159592857ce7e750c44d6fb
3
+ size 15997
checkpoint-20000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f140b69e5ad9080b0f908c61c048c853fa5fe8516f9ba3df6d2b313b1745851
3
+ size 15984
checkpoint-20000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be7dbb42d5fc69fe4bc4eb01492909c2dae6f5255a6f91d6b6b5c34ce40a5e47
3
+ size 15984
checkpoint-20000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2770bdb448d2557dcc5c0d68ac91cbac7922cd6524ecf85f513a8fa286174478
3
+ size 15984
checkpoint-20000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a355d10f65f7e3e7ba11d00a35d4b9ce0c97190e9d83fa87ed169d1b48ce64d
3
+ size 15984
checkpoint-20000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:018aa379b1e861a66ad16c3f1f2b8fe2d62d9ba47105a296cc6a836528519ed8
3
+ size 15984
checkpoint-20000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cc7eb2a8cbfd52fa7f23ccbf5877f3257c786204199d8e6b4d89524e72af14
3
+ size 15984
checkpoint-20000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec9baf7df8e8c22115ffea94d29b1f7e5d8cb9ad749559ff60f4476dfbc71ebe
3
+ size 15984
checkpoint-20000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc434ddac3fe3926c71b767f9f8f07bfb6d86d18fb773ab359fd5ad4e990f69
3
+ size 15984
checkpoint-20000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9037c2d44147c6096f0749fca1d7a47db0d249e93da2dae6b89b860a19fed8b
3
+ size 1064
checkpoint-20000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-20000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0634fed3fcb860496c930251dbef9217ed419c2bf2c07568903f34430c92b4ff
3
+ size 6008