Goldkoron commited on
Commit
b68e221
·
verified ·
1 Parent(s): 9a75169

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -18,13 +18,19 @@ Quantizations of [MiniMax-M2.7](https://huggingface.co/MiniMaxAI/MiniMax-M2.7) u
18
 
19
  | Quant | Size | BPW | Mean KLD | Same Top P |
20
  |-------|------|-----|----------|------------|
21
- | *Results pending* | | | | |
 
 
 
 
 
 
22
 
23
  KLD and Same Top P measured against Q6_K expert reference logits (8192 context, 10 chunks).
24
 
25
  ## Why Gutenberg?
26
 
27
- Standard quantization applies uniform rules to all tensors. Gutenberg uses KLD sensitivity data to allocate precision where it matters most, upgrading the tensors that have the highest measured impact on output quality while keeping less important tensors at the base level. Critical tensors (top 6 by sensitivity) are locked to Q6_K across all quant levels.
28
 
29
  The result is significantly better quality than standard quants at the same model size.
30
 
 
18
 
19
  | Quant | Size | BPW | Mean KLD | Same Top P |
20
  |-------|------|-----|----------|------------|
21
+ | K_G_5.00 | 133.1 GiB | 5.00 | 0.022909 | 92.479% |
22
+ | K_G_4.50 | 119.7 GiB | 4.50 | 0.033118 | 90.759% |
23
+ | K_G_4.00 | 106.4 GiB | 4.00 | 0.046839 | 89.096% |
24
+ | K_G_3.50 | 93.3 GiB | 3.50 | 0.065136 | 87.458% |
25
+ | K_G_3.00 | 79.7 GiB | 3.00 | 0.119042 | 83.287% |
26
+ | K_G_2.50 | 66.6 GiB | 2.50 | 0.189057 | 78.904% |
27
+ | K_G_2.00 | 53.2 GiB | 2.00 | 0.389242 | 70.347% |
28
 
29
  KLD and Same Top P measured against Q6_K expert reference logits (8192 context, 10 chunks).
30
 
31
  ## Why Gutenberg?
32
 
33
+ Standard quantization applies uniform rules to all tensors. Gutenberg uses KLD sensitivity data to allocate precision where it matters most, upgrading the tensors that have the highest measured impact on output quality while keeping less important tensors at the base level.
34
 
35
  The result is significantly better quality than standard quants at the same model size.
36