zhiyang1 commited on
Commit
12be5ae
·
verified ·
1 Parent(s): b39ce48

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
+ "DiffVLMBaseline"
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:8c1e162df7b6b6b92cef2e227f3cae4758e31f18c270f5888b2bf39205ca51dd
3
+ size 4410723984
checkpoint-19000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f266d6432ff2ca594bd0ef5584a4be9d59278f7dc36c99cd29ef9f42b3391a
3
+ size 6330255386
checkpoint-19000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b599ae33a9f4b89688c5abb574237e77f3dddba82573e48f630a893ed5d1d43
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:29e9e453bb0cf15c51c39cd5f1ed3ad2f814f7c53d25d582636d5fe08bb99b0e
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:7deea5179876106484c849658991d25e157e6a9030bf5f65130b7f84efb33475
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:fbadc8052579cf430efb11b5d321bf8640c080cab5a53e1ff2a6078a7d70ada4
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:50aa196cc1bc5ed75b0b1931f9c6535165545e4a5c4816f0117d1f056876c519
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:6f82e393f7198a5a79f1d5d733c7ee15d00bb5829bae46d65bd51549af921bb0
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:0825ed6407e81653f86a3f993e06f9bd7352ce7a2f1c0eea1d7a576292d952e8
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:6a78e24b8322e3260a70ceb2b56dd03dce6942df4cac902bddba8d4026ce4480
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:58bf7f3534738fdc1f8aff531cd5cacceac876a5af7d83c0318344d278b12b0c
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:9234aa3b0b47dd95114221582b676534c5d607addb8e914b4749e4c793482ca7
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:2108917708a9673d4987b864cc2a2f50c6853fd595e989c058464b71859d84cf
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:ae70c6c7acefacf7284ffdec8d5f8af8b88ae636d42dd14f8655d0108d4f7ca0
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:2ff28c57672447d2d341579f4e5587d5a6f9e8c230269a494c1a819edfc8aa00
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:eed21e30cd1860d3609a786b7fe62bf97b0343dc5c98126585785e6ba789ee98
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:93422332fa0a434aaf584520baed0c82bce0169ed1e757f842f150ef06b5d870
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:0a4a59b5a52c5740842d7a2b79079d0b7ea4c49020dfe3d3a4f27b88dd07dc5e
3
+ size 15984
checkpoint-19000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d85aa21a9c83245966ad19e50575c1e6603ce6de05df3f08a420cfcfca806271
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:77b8b155868e74c1ea93fea9be84611e5a09aaa0f8340ffb4e4c9336a79e1700
3
+ size 5944
checkpoint-20000/config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ar_steps": 1,
3
+ "architectures": [
4
+ "DiffVLMBaseline"
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:670b4279a058f7a1983924edb573a0c9afe3c35341d694498672569c784a2150
3
+ size 4410723984
checkpoint-20000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16c948e7590867df63349c3c61c624dbee117549cb54ce0820cdc9fd2e82d66e
3
+ size 6330255386
checkpoint-20000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f2e1115abe8b16b14dfc48672f57c352312d352ab8556b92e19fe5c20bc0840
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:e0ebae2ab580cd5d14f3c6254c13bcfa7e9f6b086015692ce0dd21f108ae488b
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:b27bfbed4fb74ff8bd8f79057d6f74c445d283ed5e16b88fcf2275690a848daa
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:89d8f386b1ebda7154aed16161b04ee082cee7fe7238acd0948db488558b8c87
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:d7fdad29e5611691a9ae53a75a1c70dcc94dadf4c9cc8cad2c906277ed6476c9
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:682f8794fc656ae4cfbd395521ad03caa88b1f250a8cada83a34b156ee0cdccc
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:1e1cbe0270cdd575e18b531c82f3e761242aad3af25a65854f995f257f6fc12f
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:51b8f31bfa008924ecd81951380eb870bb51e2b99c563a853507aa61d92d3e37
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:c63b19feec99b85b33a4d45246113dbf2d76df1e13831594cb303cffb2ed6421
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:7e7eb32ea2dd7c74344eee14139a00c5546f8d2401b8f5687c4ddda18371c2e3
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:60c0eaace034d978b57dcec116d860a187a9a6c41b7466926e98a7164ebc9cd4
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:27dad34b584784eaee5342a5f01a3481fdae38318c92ef746e170b264ffd1621
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:71b825a4e03c4259f64fd040d300feef2b674de400c433d641d073c1f6bc0b25
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:27db2a0dfb28f24026a666d0693411387d6d46d43eff6114ef232b02c2294849
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:285be363f2c102de605cec52a460fbd2b92bc5495f8ceba6955956e1e4123b8f
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:f0b03d96910290bd98eb01432746d1898c8302686d3ae977927c8a723819fe5b
3
+ size 15984
checkpoint-20000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c84aebd00fa56a3c7d8e7c3e150905f18061ed98c1a033c0c777cbf63241f81
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:77b8b155868e74c1ea93fea9be84611e5a09aaa0f8340ffb4e4c9336a79e1700
3
+ size 5944