zhiyang1 commited on
Commit
2f4aa5f
·
verified ·
1 Parent(s): 8ded97e

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +2 -0
  2. checkpoint-85000/config.json +79 -0
  3. checkpoint-85000/generation_config.json +6 -0
  4. checkpoint-85000/model.safetensors +3 -0
  5. checkpoint-85000/optimizer.pt +3 -0
  6. checkpoint-85000/rng_state_0.pth +3 -0
  7. checkpoint-85000/rng_state_1.pth +3 -0
  8. checkpoint-85000/rng_state_10.pth +3 -0
  9. checkpoint-85000/rng_state_11.pth +3 -0
  10. checkpoint-85000/rng_state_12.pth +3 -0
  11. checkpoint-85000/rng_state_13.pth +3 -0
  12. checkpoint-85000/rng_state_14.pth +3 -0
  13. checkpoint-85000/rng_state_15.pth +3 -0
  14. checkpoint-85000/rng_state_2.pth +3 -0
  15. checkpoint-85000/rng_state_3.pth +3 -0
  16. checkpoint-85000/rng_state_4.pth +3 -0
  17. checkpoint-85000/rng_state_5.pth +3 -0
  18. checkpoint-85000/rng_state_6.pth +3 -0
  19. checkpoint-85000/rng_state_7.pth +3 -0
  20. checkpoint-85000/rng_state_8.pth +3 -0
  21. checkpoint-85000/rng_state_9.pth +3 -0
  22. checkpoint-85000/scheduler.pt +3 -0
  23. checkpoint-85000/trainer_state.json +3 -0
  24. checkpoint-85000/training_args.bin +3 -0
  25. checkpoint-86000/config.json +79 -0
  26. checkpoint-86000/generation_config.json +6 -0
  27. checkpoint-86000/model.safetensors +3 -0
  28. checkpoint-86000/optimizer.pt +3 -0
  29. checkpoint-86000/rng_state_0.pth +3 -0
  30. checkpoint-86000/rng_state_1.pth +3 -0
  31. checkpoint-86000/rng_state_10.pth +3 -0
  32. checkpoint-86000/rng_state_11.pth +3 -0
  33. checkpoint-86000/rng_state_12.pth +3 -0
  34. checkpoint-86000/rng_state_13.pth +3 -0
  35. checkpoint-86000/rng_state_14.pth +3 -0
  36. checkpoint-86000/rng_state_15.pth +3 -0
  37. checkpoint-86000/rng_state_2.pth +3 -0
  38. checkpoint-86000/rng_state_3.pth +3 -0
  39. checkpoint-86000/rng_state_4.pth +3 -0
  40. checkpoint-86000/rng_state_5.pth +3 -0
  41. checkpoint-86000/rng_state_6.pth +3 -0
  42. checkpoint-86000/rng_state_7.pth +3 -0
  43. checkpoint-86000/rng_state_8.pth +3 -0
  44. checkpoint-86000/rng_state_9.pth +3 -0
  45. checkpoint-86000/scheduler.pt +3 -0
  46. checkpoint-86000/trainer_state.json +3 -0
  47. checkpoint-86000/training_args.bin +3 -0
.gitattributes CHANGED
@@ -39,3 +39,5 @@ checkpoint-73000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
39
  checkpoint-74000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
40
  checkpoint-79000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
41
  checkpoint-80000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
 
 
 
39
  checkpoint-74000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
40
  checkpoint-79000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
41
  checkpoint-80000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
42
+ checkpoint-85000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
43
+ checkpoint-86000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
checkpoint-85000/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-85000/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-85000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee531beb7d38f4f137c61b739ace89508c3b13545fe99dfdf5d69002287d3cff
3
+ size 4410723984
checkpoint-85000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eceed77a6154e585113100aa3c77fb102825f62dd086d2bd7977a201b078a10
3
+ size 6330255386
checkpoint-85000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de3e633f0a85288d908bf499a1c5b1b88f32e943636fc103846cebaa0920aa32
3
+ size 15984
checkpoint-85000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c97b0654e5de36c76000ddb18e8a6603fca5d390e3874726d8242174b8b192
3
+ size 15984
checkpoint-85000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036dca80ac83598d69630da980bbf0dcaec4ca9e359d57c3cbf06e376d950640
3
+ size 15997
checkpoint-85000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6e5fd62b645e2fb6e6650fcb651b2448b524d5fdbfd11ba96ebed033701cbe0
3
+ size 15997
checkpoint-85000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9650a77bd6ea64b3395e498139eb6ca47b96b8c10f4485221e90c9b9843fde03
3
+ size 15997
checkpoint-85000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d14cd0776c7dd93fc7bc4f619451816974d8b27db8ccdc8f04ee0f40d8aa8d16
3
+ size 15997
checkpoint-85000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:702f87d04e16688cc10e3c40b3be14a200fef2affb6ed28ee8ce3fc3eb3e81c9
3
+ size 15997
checkpoint-85000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398250e19913f71f4a55f6e9d8159bbc3c5752fc2a4873fafe616109f510c8be
3
+ size 15997
checkpoint-85000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f9bf1db0130c8f17b8d7ea00490e0a2527603ac5c91d39a20e39220d35a0e3
3
+ size 15984
checkpoint-85000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b974118dde51c313fa2413198d5cb95cb3775ffc22edd38580652bdecb9ec739
3
+ size 15984
checkpoint-85000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ac7e51e6da292e0d97b4137627069f8b007e8abd146837921bf7588a3204e3
3
+ size 15984
checkpoint-85000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64eca1a61b7a6c249cc89db304d2da43be825d4a095a444b211cb1c4c28246d3
3
+ size 15984
checkpoint-85000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59dc923ec86f3193bf9679b1589c1d3c2c361c923fb88a58df3b4ed0b1a4643e
3
+ size 15984
checkpoint-85000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901179bfd2e2fb3c832e32eb32b9caf3fbd448dbbc43aad7cf71c8149cff65ec
3
+ size 15984
checkpoint-85000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28209e4d607ec44f827fc7c2bfd17435ab0688f83fa16d65a43290a0cb4f5687
3
+ size 15984
checkpoint-85000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab724f74e506078bb94140a80acaaec315f78606d4415e0bdcd1e8257d28e97
3
+ size 15984
checkpoint-85000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f11df11852497cf4f784b95c05f3e752330ede17a02c1376c34f3e37f974786d
3
+ size 1064
checkpoint-85000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d745c441350f40c60e72779f89378bf68aa82e09ee4c35f545f6234c9ac5b2
3
+ size 12931481
checkpoint-85000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5edfb3d6b43a30c03dcb96390b3a9dbc46c7768c0e3548bf2c349d6eb845963
3
+ size 5944
checkpoint-86000/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-86000/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-86000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e6c4119fe146aa3f04397b8a084dba0f4bbf64df8b14341c6761d948b0a8bf
3
+ size 4410723984
checkpoint-86000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037d46535d72fec1389d565230c7fc52b1c819c64c78f97a8aa5fd804a150d91
3
+ size 6330255386
checkpoint-86000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47dddc94f25328a98029174bd3e50721b2e4833f7b8a901b480571c862fb26af
3
+ size 15984
checkpoint-86000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb557e387777f7b8d11852a038922ba64a618d3ea46ff03c22aa0759bc01b11
3
+ size 15984
checkpoint-86000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a67e7d97b81d393cb51254ecb26d68358b53542c85e9e5d4788b92aa1d2bfc68
3
+ size 15997
checkpoint-86000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061e006955ad102f7dc53ecbbf03dc444ed3ce77b0bc9e3451f74a423598afdd
3
+ size 15997
checkpoint-86000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2be4685cf5fcb8944fddb7fc9f8a46c1be11e00bf54e2f81c2b8d45beb9139b
3
+ size 15997
checkpoint-86000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4cd65c6c4ca8f7d5f5b2bcaf73fbf19849b841f0f57618cd0b4785479ea8ed8
3
+ size 15997
checkpoint-86000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74500814777d580403b57c32adcbdf0e3907867608074f2eea81214282d23e1b
3
+ size 15997
checkpoint-86000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d11bcdd7b21ffde1ba0d581700b056e19f90441d1ae83beb01eedf50ae5c2b
3
+ size 15997
checkpoint-86000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:672532ffafa42c49a4c9bc437996b4c5344a2dcad21916c3c541efccbb760225
3
+ size 15984
checkpoint-86000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5320183c058d07c1a4ecf71faf54d178507c470b6a234bdbb7c372de3986d4f6
3
+ size 15984
checkpoint-86000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03a54d0a38698d412a24c74cc22f5085b5888abb63cce8fa28fb87d3ed538264
3
+ size 15984
checkpoint-86000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75c80974dc9c7eb0e10d80ffd1af16b3333ee6d037016addee4a50d355ede4f9
3
+ size 15984
checkpoint-86000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ddb06707c787ffa6e5852c62aa3e61fb4af6a8eefa89717b1e5bade4827908e
3
+ size 15984
checkpoint-86000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:202c911e279fecde8c2ac202db659e8d04002ae4c11c616de1d77d59b60c5a4c
3
+ size 15984
checkpoint-86000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb7cf8df656d56e0d1e8bb24b6582e8f21fe960a6557cdc6a3a19683d7693f77
3
+ size 15984
checkpoint-86000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af133d1fe9064ba43f73adbb58e5333cc2039dc0bac47b5d6848339c2240a755
3
+ size 15984
checkpoint-86000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b29d7944177bc77abf82cd219cfeaed702c4db89bfc2f0c7863b667f2629c62e
3
+ size 1064
checkpoint-86000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7231eb13c3ca3c4d285440faf7ded91836dbb8c64e95322f40e7afb6457de7e2
3
+ size 13084187
checkpoint-86000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9888f07a3d046e000d076886de369285f7eed06f1595e61bf7612d661de8517f
3
+ size 5944