bknyaz commited on
Commit
7052edf
·
verified ·
1 Parent(s): 39ed2a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ This reduction is achieved by the REAM method described in https://bknyaz.github
20
 
21
  **Compared to other models obtained in this collection, more code data is used in the calibration data during pruning/merging
22
  to better preserve original's model coding abilities. Specifically, the ratio between c4, math and coding data (see https://bknyaz.github.io/blog/2026/moe/) is 0.0, 0.3, 0.7.
23
- The calibration data used here is the same as in our [GLM-4.5-Air-REAP](https://huggingface.co/SamsungSAILMontreal/GLM-4.5-Air-REAP).**
24
 
25
  The compressed model has 82B params (164GB) instead of 110B (220GB) of the original model,
26
  reducing storage and GPU memory requirements by roughly 25%. At the same time,
 
20
 
21
  **Compared to other models obtained in this collection, more code data is used in the calibration data during pruning/merging
22
  to better preserve original's model coding abilities. Specifically, the ratio between c4, math and coding data (see https://bknyaz.github.io/blog/2026/moe/) is 0.0, 0.3, 0.7.
23
+ The calibration data used here is the same as in [GLM-4.5-Air-REAP](https://huggingface.co/SamsungSAILMontreal/GLM-4.5-Air-REAP).**
24
 
25
  The compressed model has 82B params (164GB) instead of 110B (220GB) of the original model,
26
  reducing storage and GPU memory requirements by roughly 25%. At the same time,