zhiyang1 commited on
Commit
440fbf1
·
verified ·
1 Parent(s): ff946ec

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +2 -0
  2. checkpoint-142000/config.json +79 -0
  3. checkpoint-142000/generation_config.json +6 -0
  4. checkpoint-142000/model.safetensors +3 -0
  5. checkpoint-142000/optimizer.pt +3 -0
  6. checkpoint-142000/rng_state_0.pth +3 -0
  7. checkpoint-142000/rng_state_1.pth +3 -0
  8. checkpoint-142000/rng_state_10.pth +3 -0
  9. checkpoint-142000/rng_state_11.pth +3 -0
  10. checkpoint-142000/rng_state_12.pth +3 -0
  11. checkpoint-142000/rng_state_13.pth +3 -0
  12. checkpoint-142000/rng_state_14.pth +3 -0
  13. checkpoint-142000/rng_state_15.pth +3 -0
  14. checkpoint-142000/rng_state_2.pth +3 -0
  15. checkpoint-142000/rng_state_3.pth +3 -0
  16. checkpoint-142000/rng_state_4.pth +3 -0
  17. checkpoint-142000/rng_state_5.pth +3 -0
  18. checkpoint-142000/rng_state_6.pth +3 -0
  19. checkpoint-142000/rng_state_7.pth +3 -0
  20. checkpoint-142000/rng_state_8.pth +3 -0
  21. checkpoint-142000/rng_state_9.pth +3 -0
  22. checkpoint-142000/scheduler.pt +3 -0
  23. checkpoint-142000/trainer_state.json +3 -0
  24. checkpoint-142000/training_args.bin +3 -0
  25. checkpoint-143000/config.json +79 -0
  26. checkpoint-143000/generation_config.json +6 -0
  27. checkpoint-143000/model.safetensors +3 -0
  28. checkpoint-143000/optimizer.pt +3 -0
  29. checkpoint-143000/rng_state_0.pth +3 -0
  30. checkpoint-143000/rng_state_1.pth +3 -0
  31. checkpoint-143000/rng_state_10.pth +3 -0
  32. checkpoint-143000/rng_state_11.pth +3 -0
  33. checkpoint-143000/rng_state_12.pth +3 -0
  34. checkpoint-143000/rng_state_13.pth +3 -0
  35. checkpoint-143000/rng_state_14.pth +3 -0
  36. checkpoint-143000/rng_state_15.pth +3 -0
  37. checkpoint-143000/rng_state_2.pth +3 -0
  38. checkpoint-143000/rng_state_3.pth +3 -0
  39. checkpoint-143000/rng_state_4.pth +3 -0
  40. checkpoint-143000/rng_state_5.pth +3 -0
  41. checkpoint-143000/rng_state_6.pth +3 -0
  42. checkpoint-143000/rng_state_7.pth +3 -0
  43. checkpoint-143000/rng_state_8.pth +3 -0
  44. checkpoint-143000/rng_state_9.pth +3 -0
  45. checkpoint-143000/scheduler.pt +3 -0
  46. checkpoint-143000/trainer_state.json +3 -0
  47. checkpoint-143000/training_args.bin +3 -0
.gitattributes CHANGED
@@ -59,3 +59,5 @@ checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
59
  checkpoint-131000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
60
  checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
61
  checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
 
 
 
59
  checkpoint-131000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
60
  checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
61
  checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
62
+ checkpoint-142000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
63
+ checkpoint-143000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
checkpoint-142000/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-142000/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-142000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bfba0e8470c115ac8f0625f93e2820ee6eace4be9b16ee75ce783013733f1ec
3
+ size 4410723984
checkpoint-142000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08b56344d6ec7793fe39ddb85df5fe3cac8455ffb13f9575bc943be4f63a6b8
3
+ size 6330255386
checkpoint-142000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6acbeb82ea01ae764ace1bbc67251ccb3d10e707d949eed4712fe7e85d9ae73
3
+ size 15984
checkpoint-142000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45fb630bac772f48563da470bb1e03034c47c5a563502eda2e1c7e0e849785bc
3
+ size 15984
checkpoint-142000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e31146af7307325513711e6db7642976e7cd45d8e2a44fba0013292b5d44af6
3
+ size 15997
checkpoint-142000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426577e6c2793cb77f562670a581f88900a78ea3c107aee279adfc832701fd8c
3
+ size 15997
checkpoint-142000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59023140f0e7e37e9afcff5e3f820f0d9840985a585aeb7043162ceaadb376d5
3
+ size 15997
checkpoint-142000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eabb31def1e92ee8919f5c84b232c79e268965446c5daad819dc93bcf0fd9653
3
+ size 15997
checkpoint-142000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a3c4091d5e3399e7062f02566b3684c45022ec4c1a8e402105b51a056814205
3
+ size 15997
checkpoint-142000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ccaddfef7224fe46e1c8c04a296e65924e93fc0cbb07e95da3ddad393804ce
3
+ size 15997
checkpoint-142000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb534f1267ed4ff3b2f3eb4695ea08f719c07bc067bacbabfabad08fca78aa2f
3
+ size 15984
checkpoint-142000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c554f47201597eeea935e6e6c83195e8627287f869b9fcf9871a69b0f92181db
3
+ size 15984
checkpoint-142000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1359f8120c692c779d7146966e0564f9f6602d4b35afab1094dc148d54fcefa
3
+ size 15984
checkpoint-142000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:543d015eecbfe71e8ce796f4c3f37a698228053b2be5776e010efaa6e6ba3b74
3
+ size 15984
checkpoint-142000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc23ed8b0a82d5ee4fd86c5d5294cd33dc6150b7f5cd90ecae2cf8ef4aaecee
3
+ size 15984
checkpoint-142000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4da7625900f10f060cfe06423bcbedfda362993b6da6359d0c4d8d0a2b12d03a
3
+ size 15984
checkpoint-142000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aa0d710d39577d069913d150d728bb6223565f832979c312512c92638064c6b
3
+ size 15984
checkpoint-142000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbccde6fe5cd4c0ef09c0429b0e98bac1f8228b5a70d0e1b11a878e0fc37781
3
+ size 15984
checkpoint-142000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b71df73222fa40a5f091dddaca4ee9fa45e281841a069027f94233ed0a4617
3
+ size 1064
checkpoint-142000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:583fc4c550694db2dc9b82fc7a3d149fd613a31545a18725c48776f6e7e2fd0c
3
+ size 21675000
checkpoint-142000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee8924590c139ed317b34b5edd64342c04d7b575ae0787fe77f6808dbc73847
3
+ size 5944
checkpoint-143000/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-143000/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-143000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac8e702f2e461dbbaabb051303b52b073a0cb2cb3dadeda459aafa79c5b3fad
3
+ size 4410723984
checkpoint-143000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72dd22017f9dfd2b6da0002fd1f4eb4b0e29fb48d21f85f0eb336c4f56272fd6
3
+ size 6330255386
checkpoint-143000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07dafc65b5821c8b3cc5b35a34346109fd5a45c81cdbd934632e12c0af5ccd52
3
+ size 15984
checkpoint-143000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:734bb4534cd35b979dfff99530266f928d9a8c3cdddbba57b8de67cbb1dea069
3
+ size 15984
checkpoint-143000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc23ef29e72898a5fabeb9e3cdddba835b9b5e5046f74ea3cc173fde01564d7b
3
+ size 15997
checkpoint-143000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1e6e541181dfd363429c12557290ed1a821debbc34895734b6e93701916285
3
+ size 15997
checkpoint-143000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d359bae776877b6f0f88b7b0a43bd0e3496315f66ad2daf39468c08c2773f8f1
3
+ size 15997
checkpoint-143000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:346bbefc7f801ae36fd1b468a6aedd626f5e9cd3d8144e2ea879fc11636d7f15
3
+ size 15997
checkpoint-143000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c02cccdc3d918a891cbd6a74f83e5056b9ee10f94359383b2c4569c8f626cef4
3
+ size 15997
checkpoint-143000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312275ca2b44db86c00497c1d9c4a48950b62a3379cf6e81c583b034f047a502
3
+ size 15997
checkpoint-143000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c9be3b6dc57d3fdf45db910f4bf41a03e23b74d649b5796e4b6fd1956a5b7b
3
+ size 15984
checkpoint-143000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b9a9e72c5f6d794e92a99334e13f2811a3b0d33eff79c93fccf779d273a5df
3
+ size 15984
checkpoint-143000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64faa117d7e5504663bd5e86a323f9fdff38a6d09281f2dfc53a127cded30a0f
3
+ size 15984
checkpoint-143000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ce20e05f5049639267e9069af1c7d9045e04967a693fbab14c72a0b6761132e
3
+ size 15984
checkpoint-143000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:989fda8cc4b6548e81346e01b246992b862989d2676b3043023e0535bc725ecc
3
+ size 15984
checkpoint-143000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7d33e11f4e4a2aa093c8b86b420a7b61e71c7a6c52a46aff1149c2d3d83ef1
3
+ size 15984
checkpoint-143000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2fde6cfb936dde0900b8ed649a9c2c7fa626386432d7226ec0c7d93d3dad5a
3
+ size 15984
checkpoint-143000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d30e0ab3081cfc4a0e8deaa8d950cdcfa3f12b860e64037a92d21303015f19
3
+ size 15984
checkpoint-143000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c8d5f45206b48bfab04db71eff1696332b421d60860d514ccc87f365fdd013
3
+ size 1064
checkpoint-143000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de9c5892b65b6586129493cf77131b950fe408a816ea6f467df5839a42220c7
3
+ size 21828634
checkpoint-143000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b482606b2760b812ee1e79107594cb04683898bfbcc842fde4198189e9caebe
3
+ size 5944