zhiyang1 commited on
Commit
684abde
·
verified ·
1 Parent(s): ff577a2

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +2 -0
  2. checkpoint-186000/config.json +79 -0
  3. checkpoint-186000/generation_config.json +6 -0
  4. checkpoint-186000/model.safetensors +3 -0
  5. checkpoint-186000/optimizer.pt +3 -0
  6. checkpoint-186000/rng_state_0.pth +3 -0
  7. checkpoint-186000/rng_state_1.pth +3 -0
  8. checkpoint-186000/rng_state_10.pth +3 -0
  9. checkpoint-186000/rng_state_11.pth +3 -0
  10. checkpoint-186000/rng_state_12.pth +3 -0
  11. checkpoint-186000/rng_state_13.pth +3 -0
  12. checkpoint-186000/rng_state_14.pth +3 -0
  13. checkpoint-186000/rng_state_15.pth +3 -0
  14. checkpoint-186000/rng_state_2.pth +3 -0
  15. checkpoint-186000/rng_state_3.pth +3 -0
  16. checkpoint-186000/rng_state_4.pth +3 -0
  17. checkpoint-186000/rng_state_5.pth +3 -0
  18. checkpoint-186000/rng_state_6.pth +3 -0
  19. checkpoint-186000/rng_state_7.pth +3 -0
  20. checkpoint-186000/rng_state_8.pth +3 -0
  21. checkpoint-186000/rng_state_9.pth +3 -0
  22. checkpoint-186000/scheduler.pt +3 -0
  23. checkpoint-186000/trainer_state.json +3 -0
  24. checkpoint-186000/training_args.bin +3 -0
  25. checkpoint-187000/config.json +79 -0
  26. checkpoint-187000/generation_config.json +6 -0
  27. checkpoint-187000/model.safetensors +3 -0
  28. checkpoint-187000/optimizer.pt +3 -0
  29. checkpoint-187000/rng_state_0.pth +3 -0
  30. checkpoint-187000/rng_state_1.pth +3 -0
  31. checkpoint-187000/rng_state_10.pth +3 -0
  32. checkpoint-187000/rng_state_11.pth +3 -0
  33. checkpoint-187000/rng_state_12.pth +3 -0
  34. checkpoint-187000/rng_state_13.pth +3 -0
  35. checkpoint-187000/rng_state_14.pth +3 -0
  36. checkpoint-187000/rng_state_15.pth +3 -0
  37. checkpoint-187000/rng_state_2.pth +3 -0
  38. checkpoint-187000/rng_state_3.pth +3 -0
  39. checkpoint-187000/rng_state_4.pth +3 -0
  40. checkpoint-187000/rng_state_5.pth +3 -0
  41. checkpoint-187000/rng_state_6.pth +3 -0
  42. checkpoint-187000/rng_state_7.pth +3 -0
  43. checkpoint-187000/rng_state_8.pth +3 -0
  44. checkpoint-187000/rng_state_9.pth +3 -0
  45. checkpoint-187000/scheduler.pt +3 -0
  46. checkpoint-187000/trainer_state.json +3 -0
  47. checkpoint-187000/training_args.bin +3 -0
.gitattributes CHANGED
@@ -84,3 +84,5 @@ checkpoint-171000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
84
  checkpoint-178000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
85
  checkpoint-179000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
86
  checkpoint-180000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
 
 
 
84
  checkpoint-178000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
85
  checkpoint-179000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
86
  checkpoint-180000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
87
+ checkpoint-186000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
88
+ checkpoint-187000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
checkpoint-186000/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-186000/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-186000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27109cb8fe068a09e944525af9ec917bbe03f603837f6cf60158b3814e71de31
3
+ size 4538452374
checkpoint-186000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c93a07269beddc6136e8724af1934b03215f4bc7256d919cf01eb2ef6b30871
3
+ size 6630551906
checkpoint-186000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7625abf8ac8bd1039896c620cbaa8a92b6420c5ef1aa79a14f416af8061fab8c
3
+ size 15984
checkpoint-186000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4029f201357d84d37b0002c608cd821bd8fc46970adef42096bc3a3c6acb54
3
+ size 15984
checkpoint-186000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdfed2b56d0a63901339af8fd1589f1430ad9f697d605978696dc7fc74078c92
3
+ size 15997
checkpoint-186000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f87fa8cc1bbc358efd42392e01e932feb6d4ad064384b7d4c3dc4db5fd6839
3
+ size 15997
checkpoint-186000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bbe764e55d28e10148f8bb27b0c80217c7de5a75cc05c553a8b9ba5194990ba
3
+ size 15997
checkpoint-186000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de1dec08adb45dd9c55a649837f2a1798d2c4aeea123983cb4cb4fb248d6f687
3
+ size 15997
checkpoint-186000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33941fe50b7b0988f213e1663724749712e7f28b9ab55bdd920a0470b619635a
3
+ size 15997
checkpoint-186000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f88c8bdca0dd454041693ded1f6d1da658139caa553310f276b6f238847aca
3
+ size 15997
checkpoint-186000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1948d1fef549207a20fcd65533a90977475404cf0cdcafa2b42345e3d8fe6913
3
+ size 15984
checkpoint-186000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be83bfe491b5b251b9ab24cec64cacf4dbfad6b7a96a926df3d2d9c4ea2fc9dd
3
+ size 15984
checkpoint-186000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e370360c5702c214299bded72aec4d7e6cf6e422d29b130340e071fec5344a4
3
+ size 15984
checkpoint-186000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcbd228d411aed8abfbff64adc2553abebb6f4e3fa5dd9221ac504a455d500c1
3
+ size 15984
checkpoint-186000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b2e87e5c4cb2287dc30d680dd31c06b14a10ef1ecdf25c9eb0ccf7ada01702f
3
+ size 15984
checkpoint-186000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbaa90e08c9b1ff83b43ec0f753f7c4278d62bb707b9e555a7356a82971c6f99
3
+ size 15984
checkpoint-186000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1752bf505c0199cb2e693399daa5163d778fcb9667d02fbf96c8ff8efd15da81
3
+ size 15984
checkpoint-186000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0745fa6453870636a1c35eedc43659311393a9eedc578eb84f3298655244313b
3
+ size 15984
checkpoint-186000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:161aa112ae6dd3e3ba44e766c014a2b40e50d000288b4692950ad9ef0ac038ed
3
+ size 1064
checkpoint-186000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a49a11132699b1f37ec1773a2b19b71173cb52e5b2ed38d8976cfdf1190129d9
3
+ size 28851110
checkpoint-186000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05e8d0680fcbd90fc19d5e8e2d50df6aee40c0a846219e2df870b639d173fa5
3
+ size 6008
checkpoint-187000/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-187000/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-187000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d735a12b2e7d2dbed396f47aeb379c80cde5c7227e23a85eaccbc04ae5dc7387
3
+ size 4538452374
checkpoint-187000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ad051ab4458181f6e743d157765195f9956edf909282cde430cb360cb0ee26
3
+ size 6630551906
checkpoint-187000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58c4b67b9e7b118f67631b5ecd161c7194e6308830b233cf0894a998e7a44148
3
+ size 15984
checkpoint-187000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b315b85c77686a496556d894c2ebe7eb0b30ae4f18ff7b50f08452d3c5d4109
3
+ size 15984
checkpoint-187000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6c0a97d912f8711fcbe5986ed6116d35dd6112652e2be0677980709144cbf4f
3
+ size 15997
checkpoint-187000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c91809d50d2f21d0599406a90fadef0087d5fbda270cdb14a7e45441333572
3
+ size 15997
checkpoint-187000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f113eef8d41afab395b433d5b6422a8c9c9dc014a7c42274c98dc40d592241d
3
+ size 15997
checkpoint-187000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f33b167809c63129182f4192fd58a7fd7184ee0dd79107bb2b6c42e2bf9ee32
3
+ size 15997
checkpoint-187000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e79be2bc01702193993a2f4f9289c376264ac8d9e38ae517706b47477198c85
3
+ size 15997
checkpoint-187000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0761d1d1b3f0ca363fe86aeeb6ef64d3973f35dba88d92b31dc4e0db5a715b4c
3
+ size 15997
checkpoint-187000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:538e9efbbdafee4f9c90164e17d0fa294dd6b2a67f7165258f04d11f39d06596
3
+ size 15984
checkpoint-187000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc93edc8af3983d41eae9aa18b100333f4c9a0f216d35de5f54016bb9859eb5e
3
+ size 15984
checkpoint-187000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5a5268486a7164ae740851b267d4306b1046efddae50b35e9bf4da501271d19
3
+ size 15984
checkpoint-187000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aa7a2082416c64594a2c7e7fc208921592e35e9faaa203dc59378f3fc574919
3
+ size 15984
checkpoint-187000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fff2a9c33df2774ed805e50c7dc0b66425c81176da818c794fbce85cace6fac4
3
+ size 15984
checkpoint-187000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4426f8919d9866dbdda18d3e4acb1cfa404df01153b48424221f72ff365f7b7
3
+ size 15984
checkpoint-187000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcd86bf52a0d61cfe0300bb76c63f946e147475ddc422abb49f099ecfd34cb33
3
+ size 15984
checkpoint-187000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd61fe756d04c28f334e8783c0b31b2c96083d27a99152cf3d4bdf062a4784e1
3
+ size 15984
checkpoint-187000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4578c8efe1a5219ecbca2b5b92041e62026134c500f552968f5a1554a272f46
3
+ size 1064
checkpoint-187000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3899cc35e6b5db622634bc3940bf78e820de8e74e2d3ed3487c5da4fbbb39f
3
+ size 29006433
checkpoint-187000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d837f91c051cdf0390b489e5af83a5608ae3e69d19cef72b70889026e15308df
3
+ size 5944