zhiyang1 commited on
Commit
871945a
·
verified ·
1 Parent(s): 48eb35f

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +2 -0
  2. checkpoint-177000/config.json +79 -0
  3. checkpoint-177000/generation_config.json +6 -0
  4. checkpoint-177000/model.safetensors +3 -0
  5. checkpoint-177000/optimizer.pt +3 -0
  6. checkpoint-177000/rng_state_0.pth +3 -0
  7. checkpoint-177000/rng_state_1.pth +3 -0
  8. checkpoint-177000/rng_state_10.pth +3 -0
  9. checkpoint-177000/rng_state_11.pth +3 -0
  10. checkpoint-177000/rng_state_12.pth +3 -0
  11. checkpoint-177000/rng_state_13.pth +3 -0
  12. checkpoint-177000/rng_state_14.pth +3 -0
  13. checkpoint-177000/rng_state_15.pth +3 -0
  14. checkpoint-177000/rng_state_2.pth +3 -0
  15. checkpoint-177000/rng_state_3.pth +3 -0
  16. checkpoint-177000/rng_state_4.pth +3 -0
  17. checkpoint-177000/rng_state_5.pth +3 -0
  18. checkpoint-177000/rng_state_6.pth +3 -0
  19. checkpoint-177000/rng_state_7.pth +3 -0
  20. checkpoint-177000/rng_state_8.pth +3 -0
  21. checkpoint-177000/rng_state_9.pth +3 -0
  22. checkpoint-177000/scheduler.pt +3 -0
  23. checkpoint-177000/trainer_state.json +3 -0
  24. checkpoint-177000/training_args.bin +3 -0
  25. checkpoint-178000/config.json +79 -0
  26. checkpoint-178000/generation_config.json +6 -0
  27. checkpoint-178000/model.safetensors +3 -0
  28. checkpoint-178000/optimizer.pt +3 -0
  29. checkpoint-178000/rng_state_0.pth +3 -0
  30. checkpoint-178000/rng_state_1.pth +3 -0
  31. checkpoint-178000/rng_state_10.pth +3 -0
  32. checkpoint-178000/rng_state_11.pth +3 -0
  33. checkpoint-178000/rng_state_12.pth +3 -0
  34. checkpoint-178000/rng_state_13.pth +3 -0
  35. checkpoint-178000/rng_state_14.pth +3 -0
  36. checkpoint-178000/rng_state_15.pth +3 -0
  37. checkpoint-178000/rng_state_2.pth +3 -0
  38. checkpoint-178000/rng_state_3.pth +3 -0
  39. checkpoint-178000/rng_state_4.pth +3 -0
  40. checkpoint-178000/rng_state_5.pth +3 -0
  41. checkpoint-178000/rng_state_6.pth +3 -0
  42. checkpoint-178000/rng_state_7.pth +3 -0
  43. checkpoint-178000/rng_state_8.pth +3 -0
  44. checkpoint-178000/rng_state_9.pth +3 -0
  45. checkpoint-178000/scheduler.pt +3 -0
  46. checkpoint-178000/trainer_state.json +3 -0
  47. checkpoint-178000/training_args.bin +3 -0
.gitattributes CHANGED
@@ -71,3 +71,5 @@ checkpoint-165000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
71
  checkpoint-166000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
72
  checkpoint-169000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
73
  checkpoint-170000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
 
 
 
71
  checkpoint-166000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
72
  checkpoint-169000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
73
  checkpoint-170000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
74
+ checkpoint-177000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
75
+ checkpoint-178000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
checkpoint-177000/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-177000/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-177000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02f70443ab67c3496dc88ec06b15c30d9f0e466e907b24ec46e2e6d21ba58c76
3
+ size 4410723984
checkpoint-177000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64df8d3552938697772c062989c57b5f27610b3f8a271821db589f201460d84e
3
+ size 6330255386
checkpoint-177000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87c5057ba83f0537dc30a346dd4bf2da9b83e4c60af60960e7d5e805ba3631eb
3
+ size 15984
checkpoint-177000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e79bf998f6f771f76d62a968f096c7d5763dd14b2179e85b909014f26ae57598
3
+ size 15984
checkpoint-177000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc855fed57c27891e5f78a8d4de5465dfba1cb150598bc045b1de45a33fa2790
3
+ size 15997
checkpoint-177000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8566b0ecc293ad3371f21433c9569b42b59b8352591be161a734bf672204cfe
3
+ size 15997
checkpoint-177000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:733db01ede136d5b2a1180e3116ae6c39869c4b0f5b26c25e401f3e7ee88a0d3
3
+ size 15997
checkpoint-177000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:136d774361aeab5de76a6905ecc40b7bb7ae113b0e78da9587c404e452c2acb6
3
+ size 15997
checkpoint-177000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947f1d0233c68155b3a439dbe6342a81ece4dc772b815f462169314872e3a309
3
+ size 15997
checkpoint-177000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d91dda73d66ea2a51d6f09c6606f0a0f7dc3ea05805439dde1e9b302fa779f5f
3
+ size 15997
checkpoint-177000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4ffc6274e85e5d51d4d0dcfe97ad4bd9ca7fe76776a221be42cad122f9e070
3
+ size 15984
checkpoint-177000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16eba84006a86330d814c74137a5bd9c6ace3583d8b2635dea3c01228d490752
3
+ size 15984
checkpoint-177000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e34d93c856d5a31796124ccfce73c267f9722df69b80785b40a91f117c49eb5
3
+ size 15984
checkpoint-177000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16da0b1226d7503e4c61dc6039bdb7941636e9c4923e069ce41ac158d5ce948e
3
+ size 15984
checkpoint-177000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:592d1ee56e9e825bbb650ac79f4821b0383de0750ab641752c74a8b67a71018d
3
+ size 15984
checkpoint-177000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb075e5dfcf9abcd20fea4c0c16ef0b761b999aa3cd6b3dea26d52c2de36a48a
3
+ size 15984
checkpoint-177000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ee0e16c1d872bd785d6604ef9d59eb015b56b933e22560c37e2f643f35f00c
3
+ size 15984
checkpoint-177000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2db76ad124d6fc1f048671182232b884f9e80ec6c70673a81c0f3a5251aa0af
3
+ size 15984
checkpoint-177000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6281952717636e5a1959afdf5e99d6da0ac4ec36587d38c0a65e6564a6517bdf
3
+ size 1064
checkpoint-177000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2107ed171a2d273cac365e21750509473535c854000b6f742c8bc437c825c6f
3
+ size 27047535
checkpoint-177000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b335db0178353c9ae7396602d9e53febdcec0c50cacad8e5b5bb2f8b68a493
3
+ size 5944
checkpoint-178000/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-178000/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-178000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81108692ae0817287fce530db27b653365317b7f03add3acb666c75d1095a0b
3
+ size 4410723984
checkpoint-178000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8335ee0456d6b67a303f9caf4309f69df0814b1aebaecf701678bc5af84e5c9a
3
+ size 6330255386
checkpoint-178000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60978614afab7ee4e12870a9dfefef444618f62d755769525526bea21bf6440b
3
+ size 15984
checkpoint-178000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f0bb7b56a4bfb29abf2a5ad4e3ac7ea078d5bf3d2e93f59e32149560527f13
3
+ size 15984
checkpoint-178000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5fa3e15ec1f8afb8ee8d913484784f180fef0c974f01291e8c475a37bf07c2
3
+ size 15997
checkpoint-178000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4649394b9bff60c88f311deb813c3aa8097cf93a7c895ab9021a0c1b7a9ac83e
3
+ size 15997
checkpoint-178000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3903c8a6704e015f9aafabbf852bfcbb0bd07f786370c6aeec7d35dd1c4ab78
3
+ size 15997
checkpoint-178000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac10daca12cefe70d0e6fdaf03c978bac27f376265073a39f19724f2a85d6b6
3
+ size 15997
checkpoint-178000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf1c1b2d1395a39d98e5ea84e0391161cd833b25446cb9692b77dbb93605156
3
+ size 15997
checkpoint-178000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d4d2bc0e06ade4d26bba714e55564faadd57a8746c19e36d25a0aaa64dc4d4
3
+ size 15997
checkpoint-178000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ebeee93feab128cefb313e71ff99439865e3c56341210c5704d379f5b67c572
3
+ size 15984
checkpoint-178000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:622a703c6f4208724adc2595e3a453155f1b7f854486c9410c39c0cf8bf3128f
3
+ size 15984
checkpoint-178000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a828577fe7875bf92a553197b12c729e2bed15ffb8879bf3cf84b99196a96f6d
3
+ size 15984
checkpoint-178000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1789a16ba67b09c73b45d01fe62fd12d94ae2b32ad4451ae287d6dc94fccdec8
3
+ size 15984
checkpoint-178000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d05fb3f9091f07d60ede799dfff26db38ae84898a9ad4aaa887f74e4965998
3
+ size 15984
checkpoint-178000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:692195e83d8d67692aecdd925a509ebc8a224d616ba305ba567990e0f7bf69a3
3
+ size 15984
checkpoint-178000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c00fda5871d077799a9309604724cc78ab427cd25fba2fe4818c7cc8f8b4e02
3
+ size 15984
checkpoint-178000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9fa3b409352b1225c008f45a6fd3ad7b2d9fad615fb8f0af4444c94fd66be98
3
+ size 15984
checkpoint-178000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed460108f51c6079f5acea5b34997a2a5c0183418fe0b8b0348331a80e491eb3
3
+ size 1064
checkpoint-178000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37446d730a9efbedad83c2e46f6c7130b2638d79413e4df271c328953e1a35c4
3
+ size 27200797
checkpoint-178000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:845c2a5cb6b49b99957d7ab7e560d6958fc905d355d374ceecc23ffefde9d050
3
+ size 5944