pipenetwork commited on
Commit
cd6ccf0
·
verified ·
1 Parent(s): 9f231ea

Add files using upload-large-folder tool

Browse files
Files changed (48) hide show
  1. README.md +25 -21
  2. model-00001-of-00082.safetensors +1 -1
  3. model-00002-of-00082.safetensors +1 -1
  4. model-00004-of-00082.safetensors +1 -1
  5. model-00007-of-00082.safetensors +1 -1
  6. model-00008-of-00082.safetensors +1 -1
  7. model-00009-of-00082.safetensors +1 -1
  8. model-00010-of-00082.safetensors +1 -1
  9. model-00011-of-00082.safetensors +1 -1
  10. model-00013-of-00082.safetensors +1 -1
  11. model-00014-of-00082.safetensors +1 -1
  12. model-00015-of-00082.safetensors +1 -1
  13. model-00016-of-00082.safetensors +1 -1
  14. model-00019-of-00082.safetensors +1 -1
  15. model-00021-of-00082.safetensors +1 -1
  16. model-00022-of-00082.safetensors +1 -1
  17. model-00023-of-00082.safetensors +1 -1
  18. model-00024-of-00082.safetensors +1 -1
  19. model-00026-of-00082.safetensors +1 -1
  20. model-00027-of-00082.safetensors +1 -1
  21. model-00028-of-00082.safetensors +1 -1
  22. model-00029-of-00082.safetensors +1 -1
  23. model-00030-of-00082.safetensors +1 -1
  24. model-00035-of-00082.safetensors +1 -1
  25. model-00039-of-00082.safetensors +1 -1
  26. model-00040-of-00082.safetensors +1 -1
  27. model-00043-of-00082.safetensors +1 -1
  28. model-00046-of-00082.safetensors +1 -1
  29. model-00049-of-00082.safetensors +1 -1
  30. model-00050-of-00082.safetensors +1 -1
  31. model-00051-of-00082.safetensors +1 -1
  32. model-00054-of-00082.safetensors +1 -1
  33. model-00055-of-00082.safetensors +1 -1
  34. model-00057-of-00082.safetensors +1 -1
  35. model-00058-of-00082.safetensors +1 -1
  36. model-00060-of-00082.safetensors +1 -1
  37. model-00062-of-00082.safetensors +1 -1
  38. model-00063-of-00082.safetensors +1 -1
  39. model-00065-of-00082.safetensors +1 -1
  40. model-00066-of-00082.safetensors +1 -1
  41. model-00067-of-00082.safetensors +1 -1
  42. model-00068-of-00082.safetensors +1 -1
  43. model-00069-of-00082.safetensors +1 -1
  44. model-00070-of-00082.safetensors +1 -1
  45. model-00071-of-00082.safetensors +1 -1
  46. model-00074-of-00082.safetensors +1 -1
  47. model-00078-of-00082.safetensors +1 -1
  48. model-00082-of-00082.safetensors +1 -1
README.md CHANGED
@@ -12,6 +12,7 @@ tags:
12
  - thinking-machines
13
  - reap
14
  - pruned
 
15
  ---
16
 
17
  # Inkling-MLX-REAP12-4bit
@@ -21,7 +22,7 @@ tags:
21
  A **REAP-pruned**, 4-bit MLX build of
22
  [thinkingmachines/Inkling](https://huggingface.co/thinkingmachines/Inkling):
23
  each MoE layer keeps its **225 highest-saliency routed experts** (of 256), a
24
- **12% expert prune**. Free lunch — text and vision intact.
25
 
26
  **Code / loader:** [github.com/PipeNetwork/inkling-mlx](https://github.com/PipeNetwork/inkling-mlx)
27
 
@@ -36,31 +37,34 @@ embeddings are untouched.** Inkling routes **very uniformly** (routing entropy 0
36
  only ~1 cold expert per layer under multimodal calibration), so it is only *lightly*
37
  prunable — reflected below.
38
 
39
- ## Calibrated on text **and images** (this matters)
40
 
41
  Inkling is multimodal, and expert saliency was profiled over a mixed corpus of **text
42
- (code + 15 languages + reasoning) and 200 real images** run through the full vision
43
- path. This is deliberate: an earlier **text-only** calibration pruned experts that
44
- ground *visual* features (they rarely fire on text), which quietly wrecked image
45
- understanding a photo of a Pallas's cat was described as a *"brown bear"*, a golf
46
- ball as a *"butterfly"* while text perplexity looked fine. Adding images to the
47
- calibration restores it: on a held-out image-ID test this build scores **6/6** vs
48
- **2/6** for the text-only-calibrated version, at no extra text cost.
 
 
49
 
50
  ## Measured quality (4-bit)
51
 
52
- | Build | Experts kept | Size | Text perplexity | vs unpruned | Vision (held-out image ID) |
53
- |---|---:|---:|---:|---:|---:|
54
- | [Inkling-MLX-4bit](https://huggingface.co/pipenetwork/Inkling-MLX-4bit) (unpruned) | 256 | ~490 GB | 3.830 | — | ✓ |
55
- | [Inkling-MLX-REAP12-4bit](https://huggingface.co/pipenetwork/Inkling-MLX-REAP12-4bit) | 225 | ~470 GB | 3.794 | -0.9% | 6/6 |
56
- | [Inkling-MLX-REAP25-4bit](https://huggingface.co/pipenetwork/Inkling-MLX-REAP25-4bit) | 192 | ~402 GB | 3.918 | +2.3% | 6/6 |
57
- | [Inkling-MLX-REAP50-4bit](https://huggingface.co/pipenetwork/Inkling-MLX-REAP50-4bit) | 128 | ~272 GB | 4.681 | +22.2% | ~6/6 |
58
-
59
- This build: **text perplexity 3.794 (-0.9% vs the unpruned 4-bit)**, **vision 6/6**
60
- on the held-out image-ID set, 96.4% of router-weighted expert contribution retained.
61
- Pruning is applied to the already-quantized build; because expert subsetting is along the
62
- expert axis and affine-quant groups run along the hidden axis, it is **bit-identical to
63
- pruning the bf16 source then requantizing**.
 
64
 
65
  ## ⚠️ Loading requires the bundled `inkling_mlx` loader
66
 
 
12
  - thinking-machines
13
  - reap
14
  - pruned
15
+ - audio-text-to-text
16
  ---
17
 
18
  # Inkling-MLX-REAP12-4bit
 
22
  A **REAP-pruned**, 4-bit MLX build of
23
  [thinkingmachines/Inkling](https://huggingface.co/thinkingmachines/Inkling):
24
  each MoE layer keeps its **225 highest-saliency routed experts** (of 256), a
25
+ **12% expert prune**. Free lunch — text, vision and audio intact.
26
 
27
  **Code / loader:** [github.com/PipeNetwork/inkling-mlx](https://github.com/PipeNetwork/inkling-mlx)
28
 
 
37
  only ~1 cold expert per layer under multimodal calibration), so it is only *lightly*
38
  prunable — reflected below.
39
 
40
+ ## Calibrated on text, images **and audio** (this matters)
41
 
42
  Inkling is multimodal, and expert saliency was profiled over a mixed corpus of **text
43
+ (code + 15 languages + reasoning), 200 real images, and 180 speech clips** run through
44
+ the full vision and audio paths. This is deliberate: a **text-only** calibration prunes
45
+ experts that ground *visual* features (a Pallas's cat *"brown bear"*, a golf ball
46
+ *"butterfly"*); adding only text+image then leaves *audio*-grounding experts unprotected
47
+ (speech transcription word-overlap fell from 0.88 to 0.57 at 25% pruning) all while
48
+ text perplexity looked fine the whole time. Profiling over all three modalities keeps
49
+ every expert that matters to any of them. On held-out tests this build scores **vision
50
+ 6/6** (vs 2/6 text-only) and **audio 0.88** overlap (vs 0.57 text+image), at no extra
51
+ text cost.
52
 
53
  ## Measured quality (4-bit)
54
 
55
+ | Build | Experts kept | Size | Text ppl | vs unpruned | Vision (image ID) | Audio (speech overlap) |
56
+ |---|---:|---:|---:|---:|---:|---:|
57
+ | [Inkling-MLX-4bit](https://huggingface.co/pipenetwork/Inkling-MLX-4bit) (unpruned) | 256 | ~490 GB | 3.830 | — | ✓ | ✓ |
58
+ | [Inkling-MLX-REAP12-4bit](https://huggingface.co/pipenetwork/Inkling-MLX-REAP12-4bit) | 225 | ~470 GB | 3.806 | -0.6% | 6/6 | 0.88 |
59
+ | [Inkling-MLX-REAP25-4bit](https://huggingface.co/pipenetwork/Inkling-MLX-REAP25-4bit) | 192 | ~402 GB | 3.946 | +3.0% | 6/6 | 0.87 |
60
+ | [Inkling-MLX-REAP50-4bit](https://huggingface.co/pipenetwork/Inkling-MLX-REAP50-4bit) | 128 | ~272 GB | 4.682 | +22.2% | 5/6 | 0.87 |
61
+
62
+ This build: **text perplexity 3.806 (-0.6% vs the unpruned 4-bit)**, **vision 6/6**
63
+ (held-out image ID), **audio 0.88** (held-out speech transcription word-overlap),
64
+ 96.2% of router-weighted expert contribution retained. Pruning is applied to the
65
+ already-quantized build; because expert subsetting is along the expert axis and
66
+ affine-quant groups run along the hidden axis, it is **bit-identical to pruning the bf16
67
+ source then requantizing**.
68
 
69
  ## ⚠️ Loading requires the bundled `inkling_mlx` loader
70
 
model-00001-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:119ca0ef4311d952790a24add114d1e396c1e329b863e0d3149f6d5ed120019e
3
  size 5008919270
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:473cdffa1d73dac8c1e05ecfbe379fbcf220a23305b4cce27d120522cbb1f945
3
  size 5008919270
model-00002-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27373d37c492501b89afb88e273dc9458b5a14f5f9c568a14dac4505814e2ab2
3
  size 5086893062
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c6949ed7de521a99d79a163e56beb7d7ad9f753afc62963c7bc0b30c7d695f
3
  size 5086893062
model-00004-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fcbae1b6a33a6d80934b2ebdf71d3c8d7664df2d3345777029804de200ae6bb
3
  size 5128028100
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c303d99d94b23cea5888a3e1a048761c0359121fa37dbcf54dcebf0315a55c7a
3
  size 5128028100
model-00007-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e87806c4fa4e0d03d5bc1c22668738f8b1b06621ed8929717645c9d7deefdce6
3
  size 7010228260
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6007196e4a8e613d30d9ad3ca94d4b2ea194122d0428c162dda7636e8303b400
3
  size 7010228260
model-00008-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5693a8594851d086508c11d249aa9d89f491c549cddb7befc1ee4ec286eddf1d
3
  size 5104432035
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f4b2fb45d470d1b470531e925c1fb7692573314ada05e9a7fdd4591b44d862
3
  size 5104432035
model-00009-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd1bef51f034cddf67d15996e5305be60835527222ccf22fa887cdf501a9cdcc
3
  size 7033701890
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d75feb9175941d7b3a08b60ba636387867fc30f984df6d7767b4317fd7b96a98
3
  size 7033701890
model-00010-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36c806dfbb4a65fff3de87ecd5d58d7524401bc0fda3e4f47f1f045db1c8a814
3
  size 5060840153
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d18fd383678fc8290adf23a4f9fc1e181f7a00d6f4a158e878f040e89cc2a2
3
  size 5060840153
model-00011-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6920af05c1a3da43785d7317033bd86b76ecc78f8b3a08f255974345016f13c
3
  size 6900941727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58294422723af4629b5f7def5b6d52063fbdb967c92707a6290da83988a08e64
3
  size 6900941727
model-00013-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30c65bd640356704e466f83871d938ef42b8b7e09ae1c4f0b3cc42ab9d03c0a8
3
  size 5044955094
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ac9b40fdd6f2af9944e48a032e0b40b7b8db517397e1d827da367e62110444
3
  size 5044955094
model-00014-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38543cb87d1ceb4dbe5ae68d20bfa648ccb6e1555f15f216f5db859b4be1fd04
3
  size 6966825368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ee3cf5668734c97f5918b964448e1fdc54e42d2f9b10c9a1741f0e1350a899
3
  size 6966825368
model-00015-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84e7019819971826cafc02021105e2e43b0ff032d58fb1654515e0b84b41125e
3
  size 5073336781
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d59a4a3c356e82806aef2f82627dcda7e257ab5442474fd4b0d0ffd90e5817
3
  size 5073336781
model-00016-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5cf5a14f9bd28ca68fb745a4bbf69a04bbaabc11e81c67c4972e7d7de57a4556
3
  size 5026354585
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc8a9c24d195589a91065c0a7d3cadecae030121f5a9b502fc79f32193a7490f
3
  size 5026354585
model-00019-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:342ec39320fc3ba30f7b0fd36b818b92b0e544a7d0bbff82f5e5b3b8660422f1
3
  size 7109988539
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4538da62c04dc35aefe8687230aad4c01a45c580edf56c76dea5e075bd16c4c
3
  size 7109988539
model-00021-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a0dd1a22839ca020001ef4a1fd5f9fee9bc21f118e64426d0644aa0f753a99a
3
  size 5016964876
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a35283d8014254409677e9362a63d34458198313b8edf14fb459f28a6885691
3
  size 5016964876
model-00022-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85615adcdaec2f21cf511ee3f09ace600eabd59f0691329d19ab9152be609967
3
  size 7009503361
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5845d2974f4d78eee5f188066a09fc50161fa9b0600e3444d6015907ea596f23
3
  size 7009503361
model-00023-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d59700ab3fd8e646875879c97a96a17dd7432cb5030c6586a1d587e14ecace4
3
  size 5046597203
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b9c82b72b68a37c4a5287588e1ae12d76e87aa1d72c94e6bc467e21483e3bd1
3
  size 5046597203
model-00024-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3283458d299664a1c3997d500a392a397be51370f99b08a20a9e226bdb02b131
3
  size 5009743103
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed55c605127d090056885e9cae739629c7635326cef0076902ddfefe13ef7c8
3
  size 5009743103
model-00026-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c7564a7ccbd220178ed1d1ef45c7062301a3e4c5731e7997451728a60c7e0f1
3
  size 5081926658
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faf542ef3941e732d773524ab22bac020687cb6e51e99526614f423a2380f698
3
  size 5081926658
model-00027-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dc583623d3e04b81a6acf24578531e7298845cab540bfd293abae738a0d3ff3
3
  size 7044764504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0e65ef824ef86e14c302f71f176db1210953e84e8c5e72cf07d873984e90006
3
  size 7044764504
model-00028-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5913de792f8f34a2aacabf8b28e30b9a1df76b9c85bb4a92a6b1b42f1bf14fd7
3
  size 5061810309
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4dd7be845b60cc19694e8ff66a1b0ecd4fab31115f0299cffa497559f515e5e
3
  size 5061810309
model-00029-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:878ef4298f5443d9de91bdabc25dfbb57bff821dd279104d45ddff88c1a88be6
3
  size 5006917903
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a38967c49bf92747622a944fdbfbbdbb641f9f6495cb938e78d5a757fffbcb1f
3
  size 5006917903
model-00030-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb4606d54613eee95c88b5f38c1e8ab74ed2b2bfea58cdd91d97cc5c48d09144
3
  size 6903311363
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6afc265b88c0711333e0addf2930ff6d77544fb60fcc9dfdacfb5962340d7e24
3
  size 6903311363
model-00035-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61673bd2edcdb19a4c97e91e3d9dc00ae70f61331d9e8c84c524ad2208d9354f
3
  size 5103565934
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:771150d6f674b1106bdbdaf8b66f1faee455e5b500d86a00b4e5142caf13ba3b
3
  size 5103565934
model-00039-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:695f32c8855f3e640cd9909a61dd9c11671a7701d5d69081a7d59a19e57fe6cc
3
  size 6974340772
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2d2ba37e7a52bb17fb03b59beff2eb0a9a71fec94cd4753b3196916ca8f6c34
3
  size 6974340772
model-00040-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72cef1275b6b6d1f3f9cc77f2411766865655a96ab44a67e03bd6a551e24da10
3
  size 5149707818
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f050c83ee2758d79cc0422bab1fb84a9e0f8bc62412ed075b33dd9c10cd5e509
3
  size 5149707818
model-00043-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5adf1744eb187b3015700104bbaefa6f2c4c7c61a701f12da5b75b2c7cb2c60f
3
  size 6973181466
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:757cb8c6a6400cb65635ab2c74b4a8c136b82366419aa8233f01ad440c7b296d
3
  size 6973181466
model-00046-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f3c8077369bdb77340a6078798ae44c2fa460745213b2c8a3274721230097b3
3
  size 6939170708
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e88572021c360c46bc7245f4011d110da557395df101dfc4226db1f4e537238
3
  size 6939170708
model-00049-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19475060fad12749e8c1b19f050b46efce169126816c54cabab1c882a706e832
3
  size 5077653541
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219c3e948112a6e0d715c8ba681e503f76edf95c70e0ce34af849f44abbd5209
3
  size 5077653541
model-00050-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5adea336070366afa35aecf7c8a71d00979656f3bf2ff37af32e8ddfa948c79a
3
  size 6929266017
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02708dde7e75b537e49b4151b8e32820caaf824df2cfe880862be596dcb43e4f
3
  size 6929266017
model-00051-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88a0312e93ce877cd3a849bc1d1f76c6039ab996b43893d88b308fbb6022ca69
3
  size 5088271378
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36650f2470913b7b4c6813abcb228a35bad7f2dd2d042a0d393985ec21640ad4
3
  size 5088271378
model-00054-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b761fd19ea8e83af2fd9e170dc6de9ffa2d6e5f1506f87520adbfd2e74193a7b
3
  size 5000204693
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4c11eb754bfe8416bc5e471ad7e32cda2a025d08ec6c80da8df686bb943af7
3
  size 5000204693
model-00055-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d16db275831707baebe111dbb641e9b3beffaf196b7242c693892e05effd77c7
3
  size 5033358010
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52fd555d57bcaca21df1a594fa8c74320d417748eff4a865ed76ac571faedd60
3
  size 5033358010
model-00057-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ecc7eb2fd4a326db584aa714dd1a22ebfc7343809437eea3579e5eb974efac2
3
  size 5046553038
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ee9a14623504e9c248ccf0569cbdb68b853c7fd4483fb5cb3417e91f00a6c95
3
  size 5046553038
model-00058-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95be3aacbdee1dc6dfa223bbb41c31e42811a8a08592d8b880305872b8402be5
3
  size 7070409691
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82618a44452d5422fab27235976257ac5140ae8c81e0c193a2256e2999add25b
3
  size 7070409691
model-00060-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:181b14973590f2a6d80ec5e654eca0bc10a7e74fc35e03547dc9396a181492d4
3
  size 5002740009
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b36f5808f2cbef1985b3ea71f4c739ec2018b195a5befb4f743e4b0f78345564
3
  size 5002740009
model-00062-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8b64cbedd3ab382ac44a8b2b13ba7543a78d76a287b31853d98edad40d0c106
3
  size 5128057152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58b471ee83681cced5a0de77de962ce01a417cfe48ea7be388df74a07be8df31
3
  size 5128057152
model-00063-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49d4cac9370abb9658d5adb6a89ff767bb263c1f956a4ff6da63761b4aec19eb
3
  size 6985990900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:129e38018c06727c208412b082fa6e24c6b968b5eb4e568bbc644add28ea3b68
3
  size 6985990900
model-00065-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4aa86a26bf150a6a6954fad4370ee6ab9aa1f9d07079903c5e43ae0dd16008a6
3
  size 6942010390
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a0b9f0c39bdd54c9de5ba25ac87dcf4dc128d2557fa947b43c850c4ca75f77c
3
  size 6942010390
model-00066-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ebda0716ed3113fdd4c086d8b8c63ec96b3f3d22c0e08eaba255a9e1f7f3b95a
3
  size 5002312975
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b0100cc2e203b32e91e7a421ae05a5167c33a66979277e83e55fc0f9b39bfe
3
  size 5002312975
model-00067-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:361c1c5a7108487ddfdadbe5eb8fb3cebfd96d6f588120b5701706a6b77886fb
3
  size 5020466186
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64935753623f928b51f0578970adac87bc7ce6c58e36fd4dcf89bcd5fb9a81cb
3
  size 5020466186
model-00068-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c4d8883e725a42a9f86e3acd36a3f2c9794faadadef52a6bfb13e2f4e866c13
3
  size 5589878808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a03ae0c0d0cdbdad9828360e213f329ba6cb7f26d08ae42741c2579f24d0164d
3
  size 5589878808
model-00069-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed097501bb0770187f1ae652baaecc06fb00d0d56babd2b4ac6f1f69aafdeb34
3
  size 5092591853
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d12731cf6373bc41eda215e8f76800da384a69c647700eb79a8d657a1cd22be
3
  size 5092591853
model-00070-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1cb5758f02a82dee48d749fb93f48ea01a2988e9c3740964009453fe755b4f29
3
  size 7038216008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0f74ccdd2a8738496054d788d0bb0ef4abd894b5c526f1d0c6450239a0260c
3
  size 7038216008
model-00071-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d32fbf650d3da0a2facb20e6262bfd3c58367a6de3f8f5bb84b11f02f1a7b016
3
  size 5052954919
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f135a350e2cf7305a8b615bb9f4a2f1c54463673b970f5d159b0d36641dd77d
3
  size 5052954919
model-00074-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b29ee1a80cf9b4c53926ff86b0969e64705601c768a486970f192192d389ca5b
3
  size 5123716569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61592cd6726e09330688d8d7ad3289d2942580a3abba784946d39812c44a142c
3
  size 5123716569
model-00078-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a567a2f6ec24bcd05323c7c2182076d94b03bb04258d387fbefcbc198ee230a7
3
  size 5128607510
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b70b7d3ccbf52fb7d87c01e827a314519d3680a820c9083d37ba071c6a2ed7cf
3
  size 5128607510
model-00082-of-00082.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:636b77c5698657bdff5f4764825513650dd93f0afd4fa9bbea151de9e6d263f9
3
  size 2477353123
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:867826ccd795f951c45e2687fd8ba933491eecc3388107e759f14b55f4b20bb0
3
  size 2477353123