w-ahmad commited on
Commit
929b395
·
verified ·
1 Parent(s): a364a2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -14,8 +14,7 @@ license: mit
14
  pipeline_tag: text-generation
15
 
16
  ---
17
- I am working on a new method that works on relation with quantization error and the tensor type being quantized. It will be completed on Wednesday and I will delete the previous models and upload the new models. I observed that different quantization type for a tensor type(ffn down) across different layers(1-23) results in poor quality and wastes the bit budget.
18
-
19
  # 🚀 MoQ: Mixture of Quants
20
 
21
  >MoQ (Mixture of Quants) is a smart way to shrink AI models without losing their "brainpower." Unlike old methods that treat every part of the model the same, MoQ identifies the most important parts and keeps them high-quality, while heavily compressing the rest to save space.****Stop settling for uniform bitrates.** Standard quantization is a relic of the past, treating vital cognitive weights the same as redundant noise. **MoQ (Mixture of Quants)** is a surgical evolution in model compression. By deploying an **Empirical Per-Tensor Analysis**, MoQ identifies the "High-Intelligence" tensors that drive reasoning and shields them with high-bit precision, while crushing redundant weights into extreme efficiency.
 
14
  pipeline_tag: text-generation
15
 
16
  ---
17
+ I am working on a new method that models the relationship between quantization error and the tensor type being quantized. It will be completed by Wednesday, after which I will delete the previous models and upload the new ones. I have observed that using different quantization types for the same tensor type (e.g., FFN down) across layers (123) results in poor quality and wastes the bit budget.
 
18
  # 🚀 MoQ: Mixture of Quants
19
 
20
  >MoQ (Mixture of Quants) is a smart way to shrink AI models without losing their "brainpower." Unlike old methods that treat every part of the model the same, MoQ identifies the most important parts and keeps them high-quality, while heavily compressing the rest to save space.****Stop settling for uniform bitrates.** Standard quantization is a relic of the past, treating vital cognitive weights the same as redundant noise. **MoQ (Mixture of Quants)** is a surgical evolution in model compression. By deploying an **Empirical Per-Tensor Analysis**, MoQ identifies the "High-Intelligence" tensors that drive reasoning and shields them with high-bit precision, while crushing redundant weights into extreme efficiency.