Commit
·
8663178
verified
·
0
Parent(s):
Duplicate from georgeyw/L2W256-3M
Browse filesCo-authored-by: George Wang <[email protected]>
This view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +35 -0
- checkpoints/checkpoint_0000000.pth +3 -0
- checkpoints/checkpoint_0000100.pth +3 -0
- checkpoints/checkpoint_0000200.pth +3 -0
- checkpoints/checkpoint_0000300.pth +3 -0
- checkpoints/checkpoint_0000400.pth +3 -0
- checkpoints/checkpoint_0000500.pth +3 -0
- checkpoints/checkpoint_0000600.pth +3 -0
- checkpoints/checkpoint_0000700.pth +3 -0
- checkpoints/checkpoint_0000800.pth +3 -0
- checkpoints/checkpoint_0000900.pth +3 -0
- checkpoints/checkpoint_0001000.pth +3 -0
- checkpoints/checkpoint_0001100.pth +3 -0
- checkpoints/checkpoint_0001200.pth +3 -0
- checkpoints/checkpoint_0001300.pth +3 -0
- checkpoints/checkpoint_0001400.pth +3 -0
- checkpoints/checkpoint_0001500.pth +3 -0
- checkpoints/checkpoint_0001600.pth +3 -0
- checkpoints/checkpoint_0001700.pth +3 -0
- checkpoints/checkpoint_0001800.pth +3 -0
- checkpoints/checkpoint_0001900.pth +3 -0
- checkpoints/checkpoint_0002000.pth +3 -0
- checkpoints/checkpoint_0002100.pth +3 -0
- checkpoints/checkpoint_0002200.pth +3 -0
- checkpoints/checkpoint_0002300.pth +3 -0
- checkpoints/checkpoint_0002400.pth +3 -0
- checkpoints/checkpoint_0002500.pth +3 -0
- checkpoints/checkpoint_0002600.pth +3 -0
- checkpoints/checkpoint_0002700.pth +3 -0
- checkpoints/checkpoint_0002800.pth +3 -0
- checkpoints/checkpoint_0002900.pth +3 -0
- checkpoints/checkpoint_0003000.pth +3 -0
- checkpoints/checkpoint_0003100.pth +3 -0
- checkpoints/checkpoint_0003200.pth +3 -0
- checkpoints/checkpoint_0003300.pth +3 -0
- checkpoints/checkpoint_0003400.pth +3 -0
- checkpoints/checkpoint_0003500.pth +3 -0
- checkpoints/checkpoint_0003600.pth +3 -0
- checkpoints/checkpoint_0003700.pth +3 -0
- checkpoints/checkpoint_0003800.pth +3 -0
- checkpoints/checkpoint_0003900.pth +3 -0
- checkpoints/checkpoint_0004000.pth +3 -0
- checkpoints/checkpoint_0004100.pth +3 -0
- checkpoints/checkpoint_0004200.pth +3 -0
- checkpoints/checkpoint_0004300.pth +3 -0
- checkpoints/checkpoint_0004400.pth +3 -0
- checkpoints/checkpoint_0004500.pth +3 -0
- checkpoints/checkpoint_0004600.pth +3 -0
- checkpoints/checkpoint_0004700.pth +3 -0
- checkpoints/checkpoint_0004800.pth +3 -0
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
checkpoints/checkpoint_0000000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a817decf50e780d5add417f7e2c330982f257147d539ed3d3794f62f1ab7bad
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83a80c89a6de96ae6b471a0b4a2afd9e0c29cc35f4e46c5018218c19d98c2ba3
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:183c9a328d838c9d5ff927213fd43abf3405be56c2c8379a01b5cd9bfa9bcb5f
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81558963b569666c5a5b166201902969a85c318ae07e1383630692b0e005d5b5
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0f8b206109ad081616c16d11ebc6bc9b0e096d6492d8e9929c17a289c0bd37a
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ee6920bf0f498af060f38d6861d0a4579ff097251598c38797a14aac15a47c5
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4208b6509b08467c58e3d32f80a673568909def530787b005761ab4255dcaa83
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd42ef7ef2167e3807d3bd91bc912e4f728fa86254a2a1757f774b76a0508ec5
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35098a516ed9fd98f3241dec8d206e11f371ac7d685de211eb4cc160c95a4fdb
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4a88e313e99e434801ada23e37509ed5221afe7bb6d23fcafeeea66466dd705
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8de1df74c20901f80bcff4632466741ecb457ddc5fab0fcaddec97b4d7847af3
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc175d6ecf8b40d4bd1e3e453fccf5bca49fd7bc14807b8b0e567c68bd9ce75b
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89df0c93326f6c605f97602c3c141223ff40e01d8b10ae371ac5f5abd8f91b4c
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0ca4e1270a91279eb57e6751d2293a0d44c1ce6a7cfae2e271f1f0207b602d0
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcaef4bb91a89da8cf04bca071a524013fe3f6480266c01d239e7ef82587b1fb
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59d824de983fa34865475a00788abe146a108ea65f2669081d2e63f4e169cd9c
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00b6595a1b3c9c8da2a0eae8f37044bc3553877b68f14fec459516a914103530
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12476c31a7884c639172a7551011313620695ce894b5ff9aa8f10f45cdd484a0
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee5da4df6c42a8e3fa1cb9f8c07e88601ada8f38f0fe45b51eb290bc3485b53e
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bda553f609a3977e712b59823049db7efab192c7f7160074e8bf1462acce83d
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ea8a65d8e439cc82e1316a7c1d7e56e402e3a0fe0bac809d0119e562425c204
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb1e0ea20ac0365d5614e4a1d94a86d8bd604f5f66d2def3c0c43ab5603d8f72
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f5b93a53826b45e018f5731fe617e1e7e4db935bc449d26c47afedd885f7680
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d1677e5d72c598a326a22ba43e971eb24e31a21a2a367da44fc3672b09ab6aa
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3cf4bab50d703b721fbe420e4786be693ae708ae6127a8e29ddd220e642f856
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06640403d49cf6755ba11e5148c680b46115bc2722de2f99deeb83ed3eee09df
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:375711bbc9eadb9ea9ab9d72eca3f3970a83049060366abd9de04fd8bffcf608
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a0112afe959c2a59c47b7b26e0be08bf02750490b264424dbf352c024604a44
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afa323c866260ef5b2bb85bcdac9d67ebd6a7747b988bc3d0251148642f32c80
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7354c2da5886a6d2e8bd6c6ef1f9fc153b84cc0db3a2f042433885ef6b5f1dd8
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bea0c46e9efd86e455fea74fcc9eb1767b7d0b24f7050e655cf9ab8252b6363
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3850478ac68ddf121e422bf8cfe4ce7b0574e266069f956b7d63cb32cfc82373
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f63450ce5aba69e9bc954568cec12f2c5653abb724a31afa05ad79a6a41b4a3
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6df8391ac392ce2274cc974d55bad5d7a933013c54a19d998bd57ec1bf5d5bb6
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:394adab991871081f2140b66e6b63057c32f6499fe26a42a6183f8f220244ffe
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67cbde50026d44271185c8a9460218091c86693b82d49c72628c328d24e05dfd
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:099e7aaf6bbc14f9fbaae4f4c803292cde72e5dc2b86ef4f13e1d55697657f29
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a602cf52b5ce9a5da52fc7b973bc72ed5dfa0c4f4ba0376f04e5785a2b3287d1
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96a7aab0c3e8e16b621724d686352768b6cc2a7eeb2f9033ca68c5a72a9a3c39
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dc00c4df31b9b9c58e58791fd66cc187659b6ca8828c65323e5ae3b458eb262
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1225bb1021410cafb0b615b56939676f3542e426a29f9086aa0ecc306141c363
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1de104fc1f224e0c45b1aeb7999a63d6a73a7d116eaaf5473d2448ab9a95e0fa
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1001da24b2a39ad368d2946eb92dd9184a0b066a381925435311e23a469bca8d
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:973249b7ac2a517436976579a3433c9b7240dfed00e08e353d610dd1a015b79e
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddd67129d762753515343387ef6c93290ccb5490a801fb19cb80e084f10a4f5c
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:303cbaaa8b25f7fd05c81686ac26027c0640dc1b43a165dbff6907bc53f59c84
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b8619befb767b5d2a89db851c1946f60c46cf77aee3dc51503e9b6bbe5e5694
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fd762f5cc315620e1e973385b704f274b1e742fcdc7dca06d6d1de3cda46a73
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4546fe7fb9ed77e8eac86bfaf0621ce0211264b80c4922944140f62e620282b3
|
3 |
+
size 15527096
|