Commit
·
f2459a5
verified
·
0
Parent(s):
Duplicate from georgeyw/L2W128-1.5M
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:7914c28acf478fcc0f805dab7c8b9c48ae3e2e485af4464d22ad1c0e9afa7642
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0000100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:203cc488e00d34d3f32b86ac5f646ad219de787e5bad8f1a8cc2a88852ee2a51
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0000200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d33ab8c2d782c950cc20b89a58139e758cee6e2b9f810ebe18da250c6c96149b
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0000300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adaaf6963350de32394f73ade1a57f84860c4088a444a55285c9cf97c7cc7d73
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0000400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f64a958dbea03e7627487a1e7e55a1abc1976857a9dddf32563ad3278d66103
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0000500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fb9f509b1a1ae2afd8505f1e0459044518d1cf6be9e863965efb7ef6c6e757e
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0000600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:758058e36397d8f0af375c5b6a53d5a29ad0baf04f46ab528b5108fce2127a96
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0000700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc0da5c274c141ecb5e3a1611044853986906b2a1a305dba3108dd424913b3ab
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0000800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85358f994cf58328d26142a71fd7eb23b16bfe7e180eb919c6c5249055553882
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0000900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f01fbff137693294a058eaad7d3b99ead728d083f69c1d5fa9f2a9f101357eee
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:752feb254b7f952bdf111d5e21889b11d30ead14e5aa3274d3556b48a8104258
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af9f259a6c878c4e02b1fe95df824e36d59458a9e61cb489fc0bebf80abc6e71
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4542bc4c0e39fb01c0fb4cdbd142a69c8104d5126d3ee6a25278ec0f36cec7c
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31b2efb3bd74823b95bf073a2acf16dedb87a1abddddfcec37bcf7af892204f9
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0366e89c4aa38e918d96e5b604c54885c5fdf8b4fec300d2aec53be875948831
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc5825f4265371b0d0d9044ddc27bd5306ebeb0ee7ce7c98f76ffa4f6ba13722
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57722e5a385ccef5233b21852653d24fe4dd40aafbad364218c2816cf5f8a975
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b6a2ca2b6829ca6433baa1124e4eab72976e53e3289897e9a0d3790e3668cc2
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb4058388df3c0aa8b637a0055be7cc2748a2d3d822d663f9fd48cb18b01f0f6
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0001900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6a62f48d6e42a62e317beb9386d523f330fc0091a3147f73e711e586ce6c095
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8cbfb90a7c7669f51b61cb501e57b3daf89ec86cfcea491a199ca808973aa0c
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6498a66258d59c36cab0fe179c2570bda24c9c0dd7a853a7853adad1dd8b3cf4
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c87d32e59db70a1fa09c2b9ae828a5948a5207387a295c9bfd91ba4a9ca7701
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2efeea0cdffcdbf346662ad6050646aa936d14dcb04b800d230756f351624e2a
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:538e7d3bfafdb8341a8e47239639f529347488a7999381bf1f814a48f856f5f8
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f6ec87adc3cabeec0e72b189dcdceb0faddbde9aeda8c0546b1bb95e02bd86a
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e35f679a9e9250530d5aa6cb15305af888fd55a74aae1ae018f5ea0af13909ff
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a88a59d423da56ec888a8ec3c3b5d608025aaa55cd682a5409a2bc13c2c40cf9
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac717c34400bb5a23a4e3a16ab6384dbf8eb56b579a10a1a63b4d546920a9300
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0002900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd8a10beb36127f4f0cd6254ee8fcef369689ae6adbc842c037b7c0d4b5023f2
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2107f858f9532d7fd1b2a3c8abfbe27ba47980d31183e64043421477e3098d6
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14a5067089e6a923a17ff58b460563b48403fa20023c5e7496011efe1c299b7a
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33a3a80f869e467cb82a4d17f2807cee56adde198eb11c9c3d8592520d2e6340
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fe0afea0844f711d2ba972269497a6a63345e8b7b51a949024523ef01b30a44
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3f996275243021cd6cf9b498adff9e1219f3ff47eda13322cf35d96ca33c744
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84f8189a81cc66e308301af0526df6c50e356ea4ee8d2dc179873ae809fde55c
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a31187f64c45e76c28ea19833503964252323f3d1a93874adfde709508b07a2
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:422401f04a1c5ffaba9edf9b2ffdfa40118b8cd2789bf82e7b580152da9a2595
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcb4482b059740c6b6058f0d25c3349b1e428ed2808e27090575b57f82bcba6a
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0003900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:153e68b8f42814ce37402aabfa91c94bfb3c0dae88b3348fa15b1a622630fc72
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0004000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d4caa45b5cc1bf9d2fcf6007224b5e1bb1c3292140eb2c43d3330951acc693c
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0004100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18d32f63c52c626687da5e42c2a2a7ad4e92bc98dfbe832692a4ce0220abbbe5
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0004200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4001d121d9209c2b108fce03d14b81d6910a2042c158d92fa8881cb02af1ef6c
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0004300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b31e583ddc8f656f110932a9479328585cbddffec76c8391a48dca8116eb133
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0004400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96cff8a00f3aa3046a5c6c8c0ec6d542e9d3ba05e4b93ae6811c7d342c0435c0
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0004500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddb524cc9e83112d0a609f9486e71dea05a73f8e5f2160c39b6a345770136fad
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0004600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6763ce1e88a3bda63856c1d06a316f258fbc0684be3bcd631b94268412b9f745
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0004700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a82d39f780232f79d9945a069812863c1015f56e9c5c96a682a4c71df259e81
|
3 |
+
size 6467768
|
checkpoints/checkpoint_0004800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82d6ecddce1b88d6ea55991eb3a06552335a20644ed131c356335f1527acf53d
|
3 |
+
size 6467768
|