zhiyang1 commited on
Commit
cd831e8
·
verified ·
1 Parent(s): b7a9230

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +2 -0
  2. checkpoint-156000/config.json +79 -0
  3. checkpoint-156000/generation_config.json +6 -0
  4. checkpoint-156000/model.safetensors +3 -0
  5. checkpoint-156000/optimizer.pt +3 -0
  6. checkpoint-156000/rng_state_0.pth +3 -0
  7. checkpoint-156000/rng_state_1.pth +3 -0
  8. checkpoint-156000/rng_state_10.pth +3 -0
  9. checkpoint-156000/rng_state_11.pth +3 -0
  10. checkpoint-156000/rng_state_12.pth +3 -0
  11. checkpoint-156000/rng_state_13.pth +3 -0
  12. checkpoint-156000/rng_state_14.pth +3 -0
  13. checkpoint-156000/rng_state_15.pth +3 -0
  14. checkpoint-156000/rng_state_2.pth +3 -0
  15. checkpoint-156000/rng_state_3.pth +3 -0
  16. checkpoint-156000/rng_state_4.pth +3 -0
  17. checkpoint-156000/rng_state_5.pth +3 -0
  18. checkpoint-156000/rng_state_6.pth +3 -0
  19. checkpoint-156000/rng_state_7.pth +3 -0
  20. checkpoint-156000/rng_state_8.pth +3 -0
  21. checkpoint-156000/rng_state_9.pth +3 -0
  22. checkpoint-156000/scheduler.pt +3 -0
  23. checkpoint-156000/trainer_state.json +3 -0
  24. checkpoint-156000/training_args.bin +3 -0
  25. checkpoint-158000/config.json +79 -0
  26. checkpoint-158000/generation_config.json +6 -0
  27. checkpoint-158000/model.safetensors +3 -0
  28. checkpoint-158000/optimizer.pt +3 -0
  29. checkpoint-158000/rng_state_0.pth +3 -0
  30. checkpoint-158000/rng_state_1.pth +3 -0
  31. checkpoint-158000/rng_state_10.pth +3 -0
  32. checkpoint-158000/rng_state_11.pth +3 -0
  33. checkpoint-158000/rng_state_12.pth +3 -0
  34. checkpoint-158000/rng_state_13.pth +3 -0
  35. checkpoint-158000/rng_state_14.pth +3 -0
  36. checkpoint-158000/rng_state_15.pth +3 -0
  37. checkpoint-158000/rng_state_2.pth +3 -0
  38. checkpoint-158000/rng_state_3.pth +3 -0
  39. checkpoint-158000/rng_state_4.pth +3 -0
  40. checkpoint-158000/rng_state_5.pth +3 -0
  41. checkpoint-158000/rng_state_6.pth +3 -0
  42. checkpoint-158000/rng_state_7.pth +3 -0
  43. checkpoint-158000/rng_state_8.pth +3 -0
  44. checkpoint-158000/rng_state_9.pth +3 -0
  45. checkpoint-158000/scheduler.pt +3 -0
  46. checkpoint-158000/trainer_state.json +3 -0
  47. checkpoint-158000/training_args.bin +3 -0
.gitattributes CHANGED
@@ -61,3 +61,5 @@ checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
61
  checkpoint-146000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
62
  checkpoint-148000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
63
  checkpoint-150000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
 
 
 
61
  checkpoint-146000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
62
  checkpoint-148000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
63
  checkpoint-150000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
64
+ checkpoint-156000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
65
+ checkpoint-158000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
checkpoint-156000/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-156000/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-156000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a29ef96271167c32afa84bc1b971933321ba91cef6640a6a217fb77919bcb6d5
3
+ size 4539487822
checkpoint-156000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42900a7cc81b7cccb0ffbdbeb495282c0237bbfa83af7880c66242088f3ba48b
3
+ size 6632345482
checkpoint-156000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6e1a73e52ccbf32484fb38e4bbb34a58bdf8442510b7947ff666d412124b857
3
+ size 15984
checkpoint-156000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1db7033f86f7740a3665f49046cc184433824f7590b9dca08889f449d197741
3
+ size 15984
checkpoint-156000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d7d9d355215fc7a1c049a761c76dd169d9ca47e4fe4dcd69bd217f94c49e8a
3
+ size 15997
checkpoint-156000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5682896c85e607fb4100d9ac9847a60fbbfa7a95e10ba4efdbb9d57c4e5a12f
3
+ size 15997
checkpoint-156000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b15afaf9041b4e121621bb02f918ca1ab88d665e357ffd448f13b63f0df01f95
3
+ size 15997
checkpoint-156000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:817105d87dd34cea060039e1866a9ca5d67ab448d60baa9be94b15f7ab9d5a59
3
+ size 15997
checkpoint-156000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e957cb9e21aad52f8bbc00e3ff671f8b754aaa19afb419079a1166661ea914c7
3
+ size 15997
checkpoint-156000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b6f2e1bbee446a7b1a56e9ec4f6f38984a0bfcb1f3e9a4846b2d468e3780df3
3
+ size 15997
checkpoint-156000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d738906b0fbaae6174cf0d3a6d993db17b46c702e5d09a67416d3c07ae4981ce
3
+ size 15984
checkpoint-156000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac5d5cf0759f50c16c2b117e863be0a91fe380a936320b35314daa92ffdbfd0
3
+ size 15984
checkpoint-156000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7fc4f47091305f7b1ea059ad5ba5791075c8583455d838e4da2ce73fa80e916
3
+ size 15984
checkpoint-156000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ffe6bca9c130824e21e1db51b756f4b7a7d8f6e8ed2501c52d8f7ce153e3ba1
3
+ size 15984
checkpoint-156000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9148e7923169873c31fc44c93ceefe5100a96e9fe5e512b3b9bace497756912
3
+ size 15984
checkpoint-156000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d94311b46c1d6557a17d051dc053a0615e9a81ecf9fe7d99eb1756218026fa2
3
+ size 15984
checkpoint-156000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fb82904a03320855f7d2ef633edfa092f28e72e6db3f43f415785d8ed547bb
3
+ size 15984
checkpoint-156000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8e057436f111ef1d3c98e5ac3eb4c2dd00cab59c59407f8a202534534beeee
3
+ size 15984
checkpoint-156000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:055d3dc6c0abb32fac300372d2458fa336d5c719f28a6b0dab1d3d87e020ed6a
3
+ size 1064
checkpoint-156000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f358c0df842d75f76e73d4090ff6921900598673bedfa5721a2b946524e9b68
3
+ size 24115549
checkpoint-156000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d452972ca4364c1afb1d7fd8129e40192cfe3d8768578b58704ed7f88c97480
3
+ size 6008
checkpoint-158000/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-158000/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-158000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67fc7362a1fc73c24ff5e998e127c3163123070b0f50723ce09c92574f19f9a5
3
+ size 4539487822
checkpoint-158000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a5f1a617827f010525e8078109da96c4cdebd5af5a17728d48e4e88e53fbe99
3
+ size 6632345482
checkpoint-158000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc4c5439133c6623323ee716daed681f0fa0c61bd3175fc81a3de22ba108c55a
3
+ size 15984
checkpoint-158000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbc163f94caa7b9e6671714205bd60560bbeb49c96543f1321ab5e29a72e3e20
3
+ size 15984
checkpoint-158000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc433892641cc8deef89308927da9bbabfcdc5c4fb910311167d4ecc5ff65d4e
3
+ size 15997
checkpoint-158000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb81c238604db7d81c87e80822a052f7d0c2bd807209f321cd3a309a8122919e
3
+ size 15997
checkpoint-158000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3da84a87c4e3f0ac405363a95a0cc4fbff8063d9ed9dccea4efec544bd5631
3
+ size 15997
checkpoint-158000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34beb56e532f18cd0231c9dd8ef90506d4f76df731a4b57f03423438c26f1735
3
+ size 15997
checkpoint-158000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:489d58d1603acbb0e974aef497857d9b0a41c40f60434275eb8c7bd93407d1f8
3
+ size 15997
checkpoint-158000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f064f056043dcf6ac302054ff63bdea0c8c9ff6445fc5a69841e3b64aca53657
3
+ size 15997
checkpoint-158000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c4e2624731229f705f32c2275dfe959a9b47947fb02e946a2af5b9b52558750
3
+ size 15984
checkpoint-158000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a2aa5601c85d8d4679d5d05e8ca83e78146812b5cd6bcc42017ec0c56329e4
3
+ size 15984
checkpoint-158000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ecb3ce9ea502b4f8ac1b65ea168cbf57daa68fcf3c5eaad671c7f59090c5dab
3
+ size 15984
checkpoint-158000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c99e5cd2451bf2469a8a696591801d54e76b0a8b37fc05ae7f3f63beb7b752e
3
+ size 15984
checkpoint-158000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba44e1003a04372e8674344366d9c9031e378f67206ac9d3357cda7893b8304
3
+ size 15984
checkpoint-158000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df5b65a458c4835a36840b727760a1a2c2dc70942f30dc1faff3c6bb54dfd6e7
3
+ size 15984
checkpoint-158000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3727a2515dda6639f67550c458c05f0912ca8484bdfbafcbb01efc7b57580833
3
+ size 15984
checkpoint-158000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bf6dc777aedce97ea0f2f305fb2d56a44e68d0d1c4434e0def72fc0d9be7b03
3
+ size 15984
checkpoint-158000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b01cbb678df92b7c5915930e224bb9d800cbeb11ea7d433741f5e97ae9d81a7
3
+ size 1064
checkpoint-158000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:825157152316697bf0cd8126d29fe98ee10e0f1223c57c7b8642f728292cd2d3
3
+ size 24426028
checkpoint-158000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c16deed95e66768aad4f00d9a6f0a6a95d890d64a4584e6835974f52f6ad67d
3
+ size 6008