Commit
·
fe5273c
verified
·
0
Parent(s):
Duplicate from georgeyw/L1W256-3m-rr
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:1f5c0fa3f83180dc9cdf5d4050a76d6c7cf5d4584d09e3ae937bf353939ee8ab
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0000100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd2d2803ffef05e88420bebd51ca9cfc8f5054c5b75c4ea82485c6b8f8d1390e
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0000200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66b549feff10fc3f7cb4a158aaab7195f3976c5285f27e4504517383604aaa82
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0000300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbc119b878b7b67b3005271d09db20a8155a5e534127e6c8735ed772f06c62c0
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0000400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc49b3cefdb7d1453817add249ea1c789914f0805d98ce28b6f21079e16627d6
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0000500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:660106e976bd110518349a18aabc8590fcf535e591cb923325b24809065b067e
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0000600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a779ac7e473aa5994d20fce6ef95d013c37cc0fb76196a7358da80beb5e6172
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0000700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f72897a8a81310a89b03c4b1448b1442cc8d6c95070b5b368ed5afb59c3ba3e8
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0000800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5e8c985a1306622255cada812b9cfb41922d3d5e2797883f1796dded4a3024f
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0000900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4b21f2c6bfff8295602baef3f7c1e0d3b6d00b3649438f81c588cd22390009f
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:378b3c26abd7ab4fca355fe082b3c96ffbcd7c8599899f61cef32d4d10397f98
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61e818693c759255aa8ac101a6f868ac83239f714041ee45692dbd5018b6aa43
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b6d868fb451a645ec1e73d43b1bcc845b5d8463eb1eac62e01383da8a79f220
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11f68264ac9957a44f5d8b26e96901405074c569cc1357187dd39e39c28fc8ff
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d7118a081f4197ea0d2c3a67417e406beb1c07d72c15c10f2da5c7a619295cd
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dd6761e3cfc25b878795e9cc10cf9112e3e136011dae651c79bcdfa37f084b1
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26bfb17a515870a2d2eddc5e11047b3fbd8ad37a531e9ef11f765a06cb82681c
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0db3489cf43e2377bdd298548d4f84dbc42d9f488fc5cdf1e508eeac52efdd01
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00f5f5f65cb13127f63e352ddf19b9967a658f49af4cfe40047f9410ba85cf8e
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0001900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3ee4a110339706f546a5fdde9a5592ee20fb09bceae4d9f79a9d52c675189b4
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e79ce62c52f96b7cd4d56cd23a08ac4cf26eb66c277470fbf45c4186c2fc07c
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c2ca9a2d3d05c214fa71633316cb0589d766a77115402d5173a68b59cc8fbf2
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd44988919f2501a9d05bd7c524f45fe706dbfcce03fc903fd0f2539920fa7a7
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:658ae4ee8e0b3661c7d4dd611c1f6ff6b7bcfdcd4123ab94ea6284216c518ed1
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a9e79d21939c82cefd53e5a6c66c9870d1de8199620906d8c18dad6e974a44f
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0807ab68fea1602525cf172cc922248fb4a62fbf30d38d5656fca3d5a52d889d
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a5afea06379855820aa9069bce0ef493eae8c6ba188eecc02e91e769e926d5b
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81d9f2e5dd8d81e98ec50967ea71268bf5052abb3bf9349112a0929efc7ee6ba
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8519b0325f685a2b8508f4405a92b972577c3ecd4f524ae847837c339334bd49
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0002900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce78af24ac742b74a189a75ca048cfe75cedcc7101718df460f44983c506ede0
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd97e16c3841bcca23759f8c6749df1ce71801fed294dba484973267981f0514
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56a51f0c50a2e49e6bc08cdc946831d5ffc4f4c7c92f7e97f8ee6cbac21eac70
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3178adae17f86e3b8265421b6ec5ce520fd1f00547ce95cf7c498d1eaf4f1b6
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3aa2b207cac51508693a7a31ea510b42600f571ddf2c978763925117dd02a75
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:254894c8e117da9f0d4432f5d708e431f82ae972207715dca6a2445573e21a30
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27764878a585c67f18ecee1855747d203ecb2f194bac74392772c01f3d69f6f0
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c392daafb6359c561924097cf879a84821c5936cd0fff7a2938e0baefe5d257
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95ce1de427b6474eb45cf187ac88246d238abf96d4cfa7a3000affd28163468a
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c89033a56840e98fba1fe08747c975bee65ef6e61652e1e9ed1eda0c16392e8a
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0003900.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ae92852bb77471127d03ac073eeab38edefa8a918cfeacc48d1f1d183c14fa3
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0004000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f652c28850264d6888e48fe2f06c007f6ec4f11d6d88f9b4c1f8ef86eb525c3f
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0004100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7039bab4e6cf6ad4c66a0ce2a161a79d94921d8e4afa209d4ac863c064ebcbbc
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0004200.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0a7b3c28db9d534e7dc8a9c1750af56bc4d5f90f504d237f8c7cd9b3505121e
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0004300.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89590cbb639e1b37a731aadaa9fd553fc7baf80969271340bba8910fbef05fc4
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0004400.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7278ba7a69a143190cf633978842d83c56f2e67bc59e3522cc4d619c999aaf48
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0004500.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79ba99a2aa351fce731908869e39cd81bc17b83b3c550961d60089eba236c446
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0004600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3b56b2424b2b1b4c48fc5d343188f45590b8f2bdbc12d9ce3232e8465a16811
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0004700.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9376f9fb4c34a7223c7db5efec5590331fd08bd98cb18919eca220c768c32b2
|
3 |
+
size 13419828
|
checkpoints/checkpoint_0004800.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:318e8c370b693e7bfbd1bb4c4382033e617683d47dd9e07f9884861df334c6e2
|
3 |
+
size 13419828
|