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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -12,7 +12,10 @@ base_model:
12
  - Qwen/Qwen3.5-9B
13
  license: mit
14
  pipeline_tag: text-generation
 
15
  ---
 
 
16
  # 🚀 MoQ: Mixture of Quants
17
 
18
  >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.
 
12
  - Qwen/Qwen3.5-9B
13
  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.