Commit
·
a9ba562
verified
·
0
Parent(s):
Duplicate from georgeyw/L2W256-3m-r
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:3042c3b1258b6d3e1e0dd739d400747721cba73910935b73fda64d8ad89404c9
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd96e13908cd4e128f7d35722c2e334fffb8c5036bd95dbc5815ff925297191d
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:670da7f62ba57ddc53de6eb7137c1619032ab77b0b62fe23259262c49cd5104f
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ecae35f015c6271edb68d67657e689073ad5b27c7f67b6d2fc5071516a2e236
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4e8e3a43dbddc8e9f5a7e7119f68e2d4fa7554ba7d8f8512f1074c4c18268fa
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73d5d11d6a262a76bf0fb6e494dee6e56bf3f9f490cf767045729a55d61d24db
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e5d3fa8413334f6ede4181c100e56b72e8105781f722ac4333038117ec6e7fe
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86ceb7b10ea8f89390c1a184da514b8e3a650581b1e5dea064a6ca087d73b0da
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca572b2de3b8ba41878d15eb7700942fa2b191ccb47530dea26e28f50cb210b7
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0000900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70ba128d9d47b7e317f2369324dc03ae3878b7ead3d9c078323bcc4915ae519c
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe6f2eacb4ff31dda6f69534e33e7102f31fded21032659ed592e0dd7859b1a7
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad235081c33211c56abb835af1709ab34ce36d1cb0ad7f5fed6934dd9a1ab548
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ae19bad9516fa79e53689541df6559649b9b76eb222b0e32558373e17ed5418
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89c458e0201e4fa5b189f1544ccbd37716f9aa7e10976e2982e9d9671d535078
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4ad9340f8c1347a99d1003d38a69e15f7985c0e28f7398ccf57f63834c8c1e5
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fba88534c862d5d9e83be4cf4c4a2321ef2d389401bedf66ba067c22e2e1ff1
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a03b38e6ad6cb982f4bf5f8d00777b6664dee6d21a77f9c8f92ff152d6fdafd
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f978d2b83d762911837f6896233b0bb0ac00313a613115c0c3719a01d3079a0e
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ed3071c8868db5fe8383f7258ce806c23b40d3798909423b3ca18a797640943
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0001900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58d4f2f1dc9ad953d4dfea380a24d09a183dc28436b59b1d80c40bbc495bce39
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc26d5e6cf76420f01d3025ede9f14d9d4bdd61750d5be5ccec86807c40711f4
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e06a43a01e0351e5946594024c952e0f4c16fef8da2160f356cfae25c6fc320
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a7e9828804a2c0be9d1865596442256233c1393e68e1b081ab7c92407ec809b
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69c071b98c9d3fee35d3831a08951fa5ab46cfa7d449c33afe12ab563fd9400c
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7e2b9233c0cb7edd2bf757e94c7cd38b1be1d6e34f01c405a5fa87e797dd69c
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a003db6657e056e6c0f6679d44f8b9c5d14f896e13f34ed79d95479111b900a3
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee5af4a2ddbe0e59910fffefd6279fbb5fc8d501b13a337b170d0ba12399278e
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c06b8682e99a9670a3bbd717ff54aa3fde86e7211d90a0c63f7582697cc7fead
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95cb47324fbc3ded82ed137e7cabf71320c41c5492a695b5acc6623323d2d831
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0002900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cce416cd803cded01d5678eed775a8aad5c8d0fdc05b2cfcd458dc0f97bb474d
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7272656a3c994776dd5707bc23ab4113a2f081917170ddd44f5535a47f77916
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c275dcc76be6b2cc65d18cdd3ab7f75aa56de7a6af76fbf8a02a594e94c4c194
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:700b37f452100d708251d301f399c0a189a3dbe7cfb8536827f5b498e14505c8
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8704aa2926d1ba363af9a713c4eb470ca0d31e100a2d70bac6d36a50f0d651a3
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ccdba65b9a93d3ccb372d1ea537a87b66729177ceb7ac971a2fb5bc4d24f8ab
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3575d42100458be69a40732614bb9799dbecc5818177050c639277fbd8792bb8
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7bd2b79e16af629e9b1cb9e39a54a7ff8b436d2fe0ebea67cd88bf0eba11d77
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3caa74881ce6fad8f19fb74a847718ae9243a525bc4c855728dc9634d1de31ed
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27157d1117026076ea6c8dfa6e4af0753a320bf7531f77ae9e7a9adc37927103
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0003900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2356d78f4d4753cfde42f665b6e270dd6c700fec07a2c3fb91c0aa2a16f1cd84
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1fd50b927556cd51cb897cb5de37a105596fb968b787254891026531e4b41d9
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d82d0a5d54825d069f4b746c6d948def64dd7817de2b82d995241691f7c7c60e
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:302c3cf5cde6d3ca687890e6464ce46713d9a8edf5fd43378243f9e658d2feb4
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e0633f2c0699751b1e4681b5bcbc418d712f1857af7d32a96374c78fad9d9d5
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6bfb4fae232da8400ea73560ab028ef79954243defd04c2766829fd74447137
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09575597b7e77bc82ac19be358a62ccf3b644a9986b8c719123e6d67bdc93f99
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:339b8a5e1938042b6cfb22d568504e557b00b8fc55f4e7c2a398a666b7903216
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feb61013ee754725e362f95e6dfb3407dac408f5b5b6dff099f25c609393db64
|
3 |
+
size 15527096
|
checkpoints/checkpoint_0004800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d81ebfcb801a61f63a5678f6ecc902bcd96cbc79c0dadffcd93edf5e8d524379
|
3 |
+
size 15527096
|