patrickbdevaney commited on
Commit
c95957a
·
verified ·
1 Parent(s): 2d92367

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +26 -1
  2. model-00003-of-00062.safetensors +1 -1
  3. model-00004-of-00062.safetensors +1 -1
  4. model-00005-of-00062.safetensors +1 -1
  5. model-00006-of-00062.safetensors +1 -1
  6. model-00007-of-00062.safetensors +1 -1
  7. model-00008-of-00062.safetensors +1 -1
  8. model-00009-of-00062.safetensors +1 -1
  9. model-00010-of-00062.safetensors +1 -1
  10. model-00011-of-00062.safetensors +1 -1
  11. model-00012-of-00062.safetensors +1 -1
  12. model-00013-of-00062.safetensors +1 -1
  13. model-00014-of-00062.safetensors +1 -1
  14. model-00015-of-00062.safetensors +1 -1
  15. model-00016-of-00062.safetensors +1 -1
  16. model-00017-of-00062.safetensors +1 -1
  17. model-00018-of-00062.safetensors +1 -1
  18. model-00019-of-00062.safetensors +1 -1
  19. model-00020-of-00062.safetensors +1 -1
  20. model-00021-of-00062.safetensors +1 -1
  21. model-00022-of-00062.safetensors +1 -1
  22. model-00023-of-00062.safetensors +1 -1
  23. model-00024-of-00062.safetensors +1 -1
  24. model-00025-of-00062.safetensors +1 -1
  25. model-00026-of-00062.safetensors +1 -1
  26. model-00027-of-00062.safetensors +1 -1
  27. model-00028-of-00062.safetensors +1 -1
  28. model-00029-of-00062.safetensors +1 -1
  29. model-00030-of-00062.safetensors +1 -1
  30. model-00031-of-00062.safetensors +1 -1
  31. model-00032-of-00062.safetensors +1 -1
  32. model-00033-of-00062.safetensors +1 -1
  33. model-00034-of-00062.safetensors +1 -1
  34. model-00035-of-00062.safetensors +1 -1
  35. model-00036-of-00062.safetensors +1 -1
  36. model-00037-of-00062.safetensors +1 -1
  37. model-00038-of-00062.safetensors +1 -1
  38. model-00039-of-00062.safetensors +1 -1
  39. model-00040-of-00062.safetensors +1 -1
  40. model-00041-of-00062.safetensors +1 -1
  41. model-00042-of-00062.safetensors +1 -1
  42. model-00043-of-00062.safetensors +1 -1
  43. model-00044-of-00062.safetensors +1 -1
  44. model-00045-of-00062.safetensors +1 -1
  45. model-00046-of-00062.safetensors +1 -1
  46. model-00047-of-00062.safetensors +1 -1
  47. model-00048-of-00062.safetensors +1 -1
  48. model-00049-of-00062.safetensors +1 -1
  49. model-00050-of-00062.safetensors +1 -1
  50. model-00051-of-00062.safetensors +1 -1
README.md CHANGED
@@ -6,6 +6,31 @@ tags: [reap, moe, pruning, glm5_next, jetson, thor]
6
 
7
  # GLM-5.3-Flash REAP-50 (FP8)
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  50% of routed experts removed with **REAP**
10
  (Router-weighted Expert Activation Pruning, arXiv:2510.13999), calibrated on a
11
  permissively-licensed multi-domain corpus that includes real image-text pairs.
@@ -15,7 +40,7 @@ permissively-licensed multi-domain corpus that includes real image-text pairs.
15
  | Base | `zai-org/GLM-5.3-Flash` (MIT, FP8 E4M3, 128x128 block scales) |
16
  | Experts | 288 -> 144 per layer, top-8 routing unchanged |
17
  | Size | 157.0 GiB (FP8) |
18
- | Healed | yes |
19
  | MTP block | excluded (see below) |
20
 
21
  ## Why FP8 and not BF16
 
6
 
7
  # GLM-5.3-Flash REAP-50 (FP8)
8
 
9
+ > ## Corrected 2026-08-28 — healing scalar re-fit
10
+ >
11
+ > **This checkpoint has been revised.** The original upload applied a first-moment healing gain
12
+ > (median **0.6933**) to every retained expert's output. That estimator ignores that
13
+ > `norm_topk_prob` renormalises the surviving top-8, so the router already returns essentially all
14
+ > the pruned gate mass by itself — **measured: gate mass 2.5000 before pruning and 2.5000 after**.
15
+ > The derivation therefore prescribed a ~39% shrink where the true output inflation is ~10%.
16
+ >
17
+ > Re-measured by replaying post-prune routing from a cached router-score trace over 2.3M tokens,
18
+ > the correct gain is median **0.9111** (per-layer 0.846–0.950).
19
+ > Every layer's block scales have been multiplied by `measured / shipped`
20
+ > (median **1.3121**, range 1.0719–1.5260), correcting a systematic
21
+ > under-scaling of the entire MoE pathway relative to attention, the shared experts and the
22
+ > residual stream.
23
+ >
24
+ > The fix is exact and lossless: it scales the F32 `weight_scale_inv` tensors, never the FP8
25
+ > values, so no weight was requantised. 6,048 block scales were corrected — exactly
26
+ > 42 layers x 144 retained experts.
27
+ >
28
+ > **If you downloaded the earlier revision, re-pull.** The previous state remains in this repo's
29
+ > git history, and is recoverable by dividing the block scales by the factors above.
30
+ >
31
+ > Not yet propagated to the NVFP4 sibling repo, which still carries the original gain.
32
+
33
+
34
  50% of routed experts removed with **REAP**
35
  (Router-weighted Expert Activation Pruning, arXiv:2510.13999), calibrated on a
36
  permissively-licensed multi-domain corpus that includes real image-text pairs.
 
40
  | Base | `zai-org/GLM-5.3-Flash` (MIT, FP8 E4M3, 128x128 block scales) |
41
  | Experts | 288 -> 144 per layer, top-8 routing unchanged |
42
  | Size | 157.0 GiB (FP8) |
43
+ | Healed | yes — **re-fit 2026-08-28**, measured gain 0.9111 |
44
  | MTP block | excluded (see below) |
45
 
46
  ## Why FP8 and not BF16
model-00003-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e93389dc2c73fa10ba6bf8891152a187791c34aa3000eeb8bf91169d91cf180
3
  size 2795839728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53dc1871292cc7cb35f57eca09c30c3bd139254deebd31662da51c0a0685af24
3
  size 2795839728
model-00004-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e4f4413cae838484c433d1818b9aa5f4d221423ba981d24191e86c12ef14c56
3
  size 2745188952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463c524d1c2ab23ee32891af8844017bab7913dfb479e2acd036ee13201807eb
3
  size 2745188952
model-00005-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64bb5a4482fafe071278f1e8a006221de8b36de29255f31bf3bc0849f7b4632b
3
  size 2820281216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebf5212cecc2280ac556ae18a7bf99b1173774b05744a3bd5d02fd7c8e9379f
3
  size 2820281216
model-00006-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:147a04d96c84cd2db84e27ee49cc0d5f9d738f9819112b2d1dcce10436f14454
3
  size 2668317768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91810347683e9d86b1dcbc6521cd7ea4014eb464bf98abc91bae18f0346b30fb
3
  size 2668317768
model-00007-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c4a8c41070d2ffc1fce0e904a219aa692792c6dc061032ac3006a739272351d
3
  size 2795534688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5aa3013b672c7d2267f9cac930e9f39d6ef5ce71bd6bfa0883f93e7b80cf000
3
  size 2795534688
model-00008-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59e4cf0efff550d3fbda4f3f9d8c47b37a4bc945300fc2301ef8db6fe34199ef
3
  size 2996917184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85ecd5eb09ece48607bed129e939b403ca919c8b16a0b9e75a5d2f61406124f4
3
  size 2996917184
model-00009-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d079e34925bc896e9b9cde4a91c08993b66acef7bd09fa026128e0905b50bf8f
3
  size 2593979784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfed4dbf1b5d14965edc2f431cc52c884c31a404be8be16666902f3b1b0a2eb5
3
  size 2593979784
model-00010-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b47b612de466a8d165fb226197a436c9ae74bf2b9bce7c67844ca676335a83c
3
  size 2718835928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0433616841086ab2cf07ee67ad7a37372321d346df524392ac9b870da71de9c
3
  size 2718835928
model-00011-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0f47d05688d9715917fa22105f8e2d9c434b19319621d16297fb0f2e48b4e68
3
  size 2795108176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b760c2ec1cd37b387c72ed5479351b6e7521908d331e9eafbe2e85376d04796
3
  size 2795108176
model-00012-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:906673a1662d37c84a7823a166a832df0a27554a6c51be93f9967a658433690c
3
  size 2845880440
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20277f24e498e760f71357b27d3225e5ed80f810c4ecf2fe9f3fa58d294500bc
3
  size 2845880440
model-00013-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f02b5599969b1ac57f08ed4fb9db61d612f4b3baf58d8d2545f6429484682e4d
3
  size 2643144936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880153ad7b0b80337fd03f54baec8ad5df4f4d139b65d0b9401ca787719d1558
3
  size 2643144936
model-00014-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c539b75217633ad6ce2bd61284698eeed4dbc9da684b9fcb4b55cb77b7e46795
3
  size 2745189048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4892307e3e1b8cc57af6facb8d5b29a798206ed529211b947fa9fd587f8554c0
3
  size 2745189048
model-00015-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71734c02a9fa3b191ba7183eec331d3a733b3213b06169097e29a161004d27a5
3
  size 3072435640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16ca496d23bdcbd428394b383d519833d996c3e9b6539b146c262c2c92f5efe
3
  size 3072435640
model-00016-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42b99bf1993b38c1617e0e31e269a5be2a6049a43c7ee68be52007f7ba18e18c
3
  size 2643144952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7d23e45247e9c8c304e7a4eb658d893158acb727234bc470d262af333299053
3
  size 2643144952
model-00017-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc31ae1bdb611e8fff50c1dc07ca866639802b1e006fba3a3eb6f7f1f9f4f016
3
  size 3097350408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff8f6989c14443086f17747b69b135efbaf3ee913e941905aec5198b2b7cc20
3
  size 3097350408
model-00018-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea81918f5120f2b86f3448ac8b5b508065c759cbcf807f1dc20a1c5578a13016
3
  size 2720016192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87204e2469650eeeadfc6ac60dfceaf08076bc2aad90f277cba490db03262eac
3
  size 2720016192
model-00019-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3941f21856280e45e096f16f4b6969687fc69fd9a186f6797c2b9c389bcc7427
3
  size 2770362032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc835877a15abfdb1f8db094030ea5241b557999a0c7c42b0e9018e99d5b089
3
  size 2770362032
model-00020-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0beb28cd38287fb7d5e80b061ccffec8d431c9e877a2bbe2e362023df7abb8fc
3
  size 2592799320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da9db84574c211ca8ed781038924ccf15353d8aab7b580b341fb1987d985c700
3
  size 2592799320
model-00021-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:831ef0fa345addafc48c3072579cc2390cae3c3cfd0eaca4f89e0018a56f2834
3
  size 2996917088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5988137f1cc874e702eac531bc7300441ffded956b3e06ed43a964e32f66894
3
  size 2996917088
model-00022-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9e56462bd1228458b97f5c1075851e8222e1a8f528acc44b1c859da45ca9baa
3
  size 2820281176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83d391522f93efd7f151c03768c2b5f78e555eba7abad8f284da05866dadad8d
3
  size 2820281176
model-00023-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4c6bbb437e936aeaab443c0160a5653766abe83ad443aee5a115d568444d9a1
3
  size 2617972136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5460b5ffbda21000812f4134a8a0bde8dad009fea7fe690e3fa4bc2850dd791
3
  size 2617972136
model-00024-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74a1009708c21e47fe5b1f55e71b088c9e152353ec9ab7843f8da1a21f0ae2ea
3
  size 2921398848
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bac296e1dce9e12af2f74a040a38ef4c7264853a85afed4567101328f03c2a52
3
  size 2921398848
model-00025-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e01e7921832e14d9a2874d38575c34df7f89cfc61563dd4acc86b831d73eeba
3
  size 2543806520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9786f651a8817f51f02cdb5ccfeb0e076d379c965784a4f8e4e5034d1dc2319
3
  size 2543806520
model-00026-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bb16b4b72b280f499189e13d6d6cbaf155df815ca6a2acd362d720c22596288
3
  size 3047262936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce1f745c1a45062e0e50daefecb08e6a21ec36d2e70ef4fa1f3490a01b15a1f7
3
  size 3047262936
model-00027-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2020c76d4b1521f126c1e0723e0a87817f99f7de04848e109a02529441a3307
3
  size 2567626520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39de59571bdfe1bfa9485c51848df3bd77a50416a6fc908b2a486ab2854a1b44
3
  size 2567626520
model-00028-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f09c9a8a87641f1292d383f246f695c583e8fb00802e5398768c5d8b71655472
3
  size 2669244136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbbc66a6774c0d4e18f9706cc90ced4bae1b2c8a7e9320d46e1e0952890fac85
3
  size 2669244136
model-00029-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f03c2501535f499c7cef3b410884cf10df6ae57d50e1e9344b5a548e451c089
3
  size 2971744456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41c77500a9ac6aa585906552a913af46c2f40c5873922f9110016fe605ffe4bd
3
  size 2971744456
model-00030-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09f596c2c76f345bb1fa6bec623d898217c030e2e2b0c12bc78d5d54f58a8a07
3
  size 2844527424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a11c311c2e82aa747e97ced763c3d6c7b676b877fbb852fae47b67dccad430cc
3
  size 2844527424
model-00031-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:186b1b595c184d7eda47e5bb2a09dfc79cf34b65faf771e2469fa59417f51904
3
  size 2720015816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:259ced6421dc71deae66bc7bab35caf2c78397b6e22da9184d8c160676b52c83
3
  size 2720015816
model-00032-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9fd5eb70a9d780509e5b8545821709debb09f028cbaaa4d78a41d83a5af8f828
3
  size 2996490304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f039b77833a70e0043d0eecf212ecaf598d8a1c4b920cf2d56642a435f86afdf
3
  size 2996490304
model-00033-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6c079e8a882da94b1363b5a9387db371b9c9258481f00b6a501db6f91fcde1f
3
  size 2619325184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:596d3fc8df233105a14fbbab90f6a4de7e4494e7d1994b10e19ead163bf07200
3
  size 2619325184
model-00034-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab21dfce6e065033eb32e8380330491a80e4392af11f426045c3f5929cbf80aa
3
  size 2693490576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06834043cf03eb04ac3c76ce9df2cc14daf9e16307ee957d5c8bdf708291a390
3
  size 2693490576
model-00035-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:512df6418cfffe8f4b739e4aff98d807c4857388b3089201a634bc64ce01d0d3
3
  size 2920972272
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:599b90368399556536d2a2f48b8f28b3932ab8a4410e3381628eea1c05bb0cdc
3
  size 2920972272
model-00036-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:198834e9ae5e1cac0efeee258679f63958a4e5c34e45660a577bb039286aefcb
3
  size 2720016328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b5e60d498d803419b228afca3572a1f1c8634cbba8d05ee03a4beb8efb0a9d
3
  size 2720016328
model-00037-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4fa264d66679b0d295d6ef7fd4dcc46f9aec51029626bcc849e430b2e97a446
3
  size 2643144944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd3ecce8447db89662ea5807f74857455398a20fe6d8ef498e81d3a0fecafe7
3
  size 2643144944
model-00038-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54d8f8c52f319aa7ad022eb21d34f6372e701bd2660a361d9121b7d230a0837d
3
  size 2720016352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed659c0b345df4c1d9275d629063abbe497b4bd2497102f33778ad9aa25adf0c
3
  size 2720016352
model-00039-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa42a642ac4251dc838266d5c4ee198b42b8fb5d9261bc6e887473de95329995
3
  size 3047262720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b77c9a6860a78300e2a13b361d29661aeadff15259d350227269f51e8b83ca5
3
  size 3047262720
model-00040-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa68d96b690f38281a0791e2cc2bf15f409669df2b917d84dc6f2fefaab4f4d8
3
  size 2719589984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf6e18f0b5371cd172730e9bab5db1ed22ff20010108f26f5da4ff5beb139b0
3
  size 2719589984
model-00041-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e76304f363a4dea4e16867acad1bf25b84d5153ba738298acabf2760aec6e702
3
  size 2492108096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b240014c38c1d4cbc9807d2f0d4810b5506137f2682a96d2a10a88e2ca49c2
3
  size 2492108096
model-00042-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c495627b096e7c7037852152c41454e331afd8e8e2862ed2fef5b2149bce8df6
3
  size 2871053048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38f69c51a37d14cee61f059ba972ca493e538821fbaa4b3a42714180d3632342
3
  size 2871053048
model-00043-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a89355ce81f7c28a58b202d7e423f995a3aaebdbbc7aad8eeb7e933a8c4c24e9
3
  size 2871053200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84aa3f3a1286a4a2c3e023252997fa2a5b8babc4c8f0fd9c495df7fb2ebb3051
3
  size 2871053200
model-00044-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7f4dbbf482e0143fce1aba60043da011698733b7656c8e476c664b9bef53540
3
  size 2769009000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e107a68643596404f3d6a59d51f69849e6776b7ec5f22598bd01aa25c15284
3
  size 2769009000
model-00045-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ca560e0b88a7fccbdeb769b930081b13fff93d125ad8beeffad4bbee25b985d
3
  size 2871053176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f391be63e4a50bc4f7427fe0dd15102d3fd7f2bbb80538040ff84e6147c1af3e
3
  size 2871053176
model-00046-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89a8414eaeecedabbfbe329e97dfe0e037c1b386a65044bd9660246c6e3cc40b
3
  size 2644071104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:187569006f411f8cbb5a70c4b033401ce837d1c13de53e2d38c88d00880f2013
3
  size 2644071104
model-00047-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4e7873be648fc826a3110e50c8998fc0a21f75196d201d4e4079dd98e8a3ac5
3
  size 2871052648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0858e675e5566f16e774db2e5f6a2c494cbf3d23515b70a0949db84432a0f7b
3
  size 2871052648
model-00048-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2e3368debe124e04ff10f0654a6b234602cd187f56f6d857cd4ed85bb9707d1
3
  size 2668317760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14bc5fe9253245f4759cb47428e4392fe2e9a780297d5d0cf6709b9aedb77c50
3
  size 2668317760
model-00049-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b43cafc620e90e385ef6e0cd19dc216420b4552b4343725f289304dfa6a9f5d
3
  size 2845880216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cdbd940b926a5a40dd5f967b640095d171db6480b47ab6a9f7acdc95e48df1f
3
  size 2845880216
model-00050-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:adaa3d9abdef811a5795926d3678bd23f0f33ecd717980e9a576160386165f58
3
  size 2745189176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a78a4e6fc76db326d1476cf7af084c004201f0120b90bb09c8355e4af38c4ffe
3
  size 2745189176
model-00051-of-00062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27db8acda819316dc09aea1c121719c4fb330896d53929d4a8615ef380d3b0c4
3
  size 2844527416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82c84a1ed397f2b811d53bc470ec3a097e9f4d9b46a1795626e904629cae323
3
  size 2844527416