tooltd commited on
Commit
33d23e9
·
verified ·
1 Parent(s): dff0bf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -12,23 +12,19 @@ tags:
12
  - 16GB
13
  ---
14
 
15
- # Qwen3.8-27B (GGUF ZB-ZipBrain Quantization)
16
-
17
- This repository provides GGUF quantizations for **Qwen3.8-27B** optimized using **ZB-ZipBrain**, a layer-wise quantization profiling and allocation method.
18
 
19
  ## 1. Overview & Method: ZB-ZipBrain
20
-
21
  **ZB-ZipBrain** is an automated layer-allocation approach that dynamically profiles model layers and mixes **K-quants** and **IQ-quants** based on layer sensitivity and importance matrices.
22
-
23
  > I developed and tested this method alongside AI over the past three days. It was created purely for research purposes 😊
24
 
25
  ### Key Objectives:
26
-
27
  * **Selective Bit-rate Allocation:** Assigns higher precision to sensitive layers and compact IQ-quants to more resilient weights.
28
  * **Balanced Efficiency:** Maintains low perplexity (PPL) and minimal Kullback-Leibler (KL) Divergence relative to the BF16 baseline while achieving target file sizes / bits-per-weight (bpw).
29
 
30
  ## 2. Benchmark & Evaluation Results
31
-
32
  All models were evaluated against the **BF16 baseline** (`Mean PPL = 6.950493`) using standard Perplexity (PPL) and KL Divergence metrics.
33
 
34
  ### Comprehensive Comparison Table
 
12
  - 16GB
13
  ---
14
 
15
+ # Qwen3.8-27B (GGUF target for 16GB VRAM)
16
+ - This repository provides GGUF quantizations for **Qwen3.8-27B** optimized using **ZB-ZipBrain**, a layer-wise quantization profiling and allocation method.
17
+ - Focusing on levels starting at 4.0 bpw, suitable for a 16GB VRAM budget.
18
 
19
  ## 1. Overview & Method: ZB-ZipBrain
 
20
  **ZB-ZipBrain** is an automated layer-allocation approach that dynamically profiles model layers and mixes **K-quants** and **IQ-quants** based on layer sensitivity and importance matrices.
 
21
  > I developed and tested this method alongside AI over the past three days. It was created purely for research purposes 😊
22
 
23
  ### Key Objectives:
 
24
  * **Selective Bit-rate Allocation:** Assigns higher precision to sensitive layers and compact IQ-quants to more resilient weights.
25
  * **Balanced Efficiency:** Maintains low perplexity (PPL) and minimal Kullback-Leibler (KL) Divergence relative to the BF16 baseline while achieving target file sizes / bits-per-weight (bpw).
26
 
27
  ## 2. Benchmark & Evaluation Results
 
28
  All models were evaluated against the **BF16 baseline** (`Mean PPL = 6.950493`) using standard Perplexity (PPL) and KL Divergence metrics.
29
 
30
  ### Comprehensive Comparison Table