zhiyang1 commited on
Commit
2031929
·
verified ·
1 Parent(s): c512e29

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +2 -0
  2. checkpoint-212000/config.json +79 -0
  3. checkpoint-212000/generation_config.json +6 -0
  4. checkpoint-212000/model.safetensors +3 -0
  5. checkpoint-212000/optimizer.pt +3 -0
  6. checkpoint-212000/rng_state_0.pth +3 -0
  7. checkpoint-212000/rng_state_1.pth +3 -0
  8. checkpoint-212000/rng_state_10.pth +3 -0
  9. checkpoint-212000/rng_state_11.pth +3 -0
  10. checkpoint-212000/rng_state_12.pth +3 -0
  11. checkpoint-212000/rng_state_13.pth +3 -0
  12. checkpoint-212000/rng_state_14.pth +3 -0
  13. checkpoint-212000/rng_state_15.pth +3 -0
  14. checkpoint-212000/rng_state_2.pth +3 -0
  15. checkpoint-212000/rng_state_3.pth +3 -0
  16. checkpoint-212000/rng_state_4.pth +3 -0
  17. checkpoint-212000/rng_state_5.pth +3 -0
  18. checkpoint-212000/rng_state_6.pth +3 -0
  19. checkpoint-212000/rng_state_7.pth +3 -0
  20. checkpoint-212000/rng_state_8.pth +3 -0
  21. checkpoint-212000/rng_state_9.pth +3 -0
  22. checkpoint-212000/scheduler.pt +3 -0
  23. checkpoint-212000/trainer_state.json +3 -0
  24. checkpoint-212000/training_args.bin +3 -0
  25. checkpoint-213000/config.json +79 -0
  26. checkpoint-213000/generation_config.json +6 -0
  27. checkpoint-213000/model.safetensors +3 -0
  28. checkpoint-213000/optimizer.pt +3 -0
  29. checkpoint-213000/rng_state_0.pth +3 -0
  30. checkpoint-213000/rng_state_1.pth +3 -0
  31. checkpoint-213000/rng_state_10.pth +3 -0
  32. checkpoint-213000/rng_state_11.pth +3 -0
  33. checkpoint-213000/rng_state_12.pth +3 -0
  34. checkpoint-213000/rng_state_13.pth +3 -0
  35. checkpoint-213000/rng_state_14.pth +3 -0
  36. checkpoint-213000/rng_state_15.pth +3 -0
  37. checkpoint-213000/rng_state_2.pth +3 -0
  38. checkpoint-213000/rng_state_3.pth +3 -0
  39. checkpoint-213000/rng_state_4.pth +3 -0
  40. checkpoint-213000/rng_state_5.pth +3 -0
  41. checkpoint-213000/rng_state_6.pth +3 -0
  42. checkpoint-213000/rng_state_7.pth +3 -0
  43. checkpoint-213000/rng_state_8.pth +3 -0
  44. checkpoint-213000/rng_state_9.pth +3 -0
  45. checkpoint-213000/scheduler.pt +3 -0
  46. checkpoint-213000/trainer_state.json +3 -0
  47. checkpoint-213000/training_args.bin +3 -0
.gitattributes CHANGED
@@ -83,3 +83,5 @@ checkpoint-201000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
83
  checkpoint-202000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
84
  checkpoint-209000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
85
  checkpoint-210000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
 
 
 
83
  checkpoint-202000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
84
  checkpoint-209000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
85
  checkpoint-210000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
86
+ checkpoint-212000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
87
+ checkpoint-213000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
checkpoint-212000/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-212000/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-212000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1029ee1a040c7ee6a9b391d33175c3ae0fa91aa5d1e859ba1cf20d61f985ff59
3
+ size 4410723984
checkpoint-212000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d456d6c3e6889344bdcc443a605fd226dced8eb8b6e4c668098238e1bbaa9e48
3
+ size 6330255386
checkpoint-212000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ed7987a4e1f11d13746adee8fdf6cb24e391de24b35f314adecdeaec6582f01
3
+ size 15984
checkpoint-212000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:327d65f7be9b454a5722246ae557a09f513ff0f5cf881a3ac70217bb7bffc388
3
+ size 15984
checkpoint-212000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac11c6de9ad6871ef24ebec86b0ddffd1e0ae1c7602ff848a8e46adceb518c6
3
+ size 15997
checkpoint-212000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e95cd94ddaf47a4c6d33b2a947bd769789de17040bc13179f17a02bb0aed8eab
3
+ size 15997
checkpoint-212000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7390680063a4e50b74917495bf747e974df20a75aee440d354955327afa5366
3
+ size 15997
checkpoint-212000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7176ba56003da6d439127ade0ec73e751d4eab91e1018bffd409a0e7804a93d
3
+ size 15997
checkpoint-212000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b13f351714901bd7387fc0422ca9751a1edf8b72ecb675548916de2368d0e28
3
+ size 15997
checkpoint-212000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9985f7f4f6b38166a051bf105e655e8ea9411caa33ae50a0f6dd30a767f8826a
3
+ size 15997
checkpoint-212000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:675ca76f7d8a37df96df657f5797e7358abbfd654399f92269a3aa54fd590a84
3
+ size 15984
checkpoint-212000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a84830cabb2d7ab6d75134c45d9a2ce43a05935978a2968623a5660c2ee2966
3
+ size 15984
checkpoint-212000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbce5e5431719e30ef82e9803b5d98bdffbdd98541dabedfcf47c8f6e7154716
3
+ size 15984
checkpoint-212000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bb6df5011bc348bbb4264ccfaa407afb1ab8aeb6db8ba211492336c204948e8
3
+ size 15984
checkpoint-212000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:845d2f24dc1ba63ab387a1f4e3253925cc2f9d60f45b6b1eb8de99da6cc4b531
3
+ size 15984
checkpoint-212000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26ac75bbdac8d520d3351b4d3f14ecd9b8d05436e7cba69d60a8158f168b906
3
+ size 15984
checkpoint-212000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4387d53033ecab7cf8809ded3f11a3a6f48c110da2584380824d5008f6b76235
3
+ size 15984
checkpoint-212000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b65086e28dbf180f70d4ea7dac242505bee0c30a73750c1147ee16d30db1da4
3
+ size 15984
checkpoint-212000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01fd834f7bee698e268b0af2b9931014d3577fe5d8e4177f7bd3d1d18474f220
3
+ size 1064
checkpoint-212000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e90ac1ebd38f47983b54d5c733ff877c26f2f592bb4b96416b4920b4a3e24db2
3
+ size 32414557
checkpoint-212000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:461af30a947ba3dd95a70a0023f8c81db6e18f482e6aceeaa20d92b71f6d5811
3
+ size 5944
checkpoint-213000/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-213000/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-213000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2350f4c883be4cd3cbf17ed3ea07faced8412f6d992bb4c0f2b74396f99f68c
3
+ size 4410723984
checkpoint-213000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38180832961845ff0735f0a518be5ed7b46023c3b5a559d7ec60abb035a109c3
3
+ size 6330255386
checkpoint-213000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6514b48000544a81143cff715ffbbc6cd99666637a9796851aaf6f197dd991af
3
+ size 15984
checkpoint-213000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:046c153ad5eb52fa03d572154066b922bf40d2dd66cb60cd198182d92a4717cd
3
+ size 15984
checkpoint-213000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bf071660a349699cc135ba2d55e544fa2f48e6626e426f180faaabdd92f35cb
3
+ size 15997
checkpoint-213000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0f6191eebfbc46f0913a6aaedf5a61ca8dbd95f21008c35661d9eee9f993e7
3
+ size 15997
checkpoint-213000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebfd7ebd4424cd1066ad92272f2f59d433b03194a90c32c5241ed17ba6c7eaf2
3
+ size 15997
checkpoint-213000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6766c5d7a7d414eb2624cd2e98988d1b378a88a3ca2d9cd0a705db69edfdda16
3
+ size 15997
checkpoint-213000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7774cb7ac73d9df95078a8d893103e7af3d972f3261d405ad04ec57cccb2aa6
3
+ size 15997
checkpoint-213000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f6ea1e6594a75198a8837b16a89271a6990948f5e2427a4379434b9cfbe7a6
3
+ size 15997
checkpoint-213000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01b8634ee7052f002f8aad62cb8679255aa1245d13468bc118296787ddcbcd4a
3
+ size 15984
checkpoint-213000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b931873cbdda5517470d11663f2c26159d80bbafc2946b53fb3594d3a1205be
3
+ size 15984
checkpoint-213000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d31c8d65507ecad8ca34cc9342b7acfa15c5a8ee3737cc0198f5d38e082c188
3
+ size 15984
checkpoint-213000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3ff59c7f0cc672f0fa81660e720378e37540b12cc8fb6a10f81bdcccfc611b9
3
+ size 15984
checkpoint-213000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:955792b5a6ba11272a0ed654f74ef23127c3c132c51f378323b73df0c0457ad9
3
+ size 15984
checkpoint-213000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b56566f15804465c56e250f0da1bc48e9487929df6a73b295b2922bed693f4
3
+ size 15984
checkpoint-213000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2baa42e1c3a2dd5328c51733f26b8d5fe537c92063b27593266a5681c1f8a2ff
3
+ size 15984
checkpoint-213000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f34bcd98b6040366c1c02445ed971deb4a81e99cd641a2c97b145828af1678c
3
+ size 15984
checkpoint-213000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec35d18494c913cb6216a3286f76adb196b77df46cb11e296ebc05197b1cab1
3
+ size 1064
checkpoint-213000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30bb8b5bebda717bf74bee4175165d6f4f3dbd8980380255e0db45ca6472a9ad
3
+ size 32567862
checkpoint-213000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890e1048d3fc872235c7143dec163da73dba5d4d45230b6422d4e1d0a677f497
3
+ size 5944