tooltd commited on
Commit
dcd221d
·
verified ·
1 Parent(s): 7d293c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -12,6 +12,9 @@ This repository provides GGUF quantizations for **Qwen3.8-27B** optimized using
12
 
13
  **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.
14
 
 
 
 
15
  ### Key Objectives:
16
 
17
  * **Selective Bit-rate Allocation:** Assigns higher precision to sensitive layers and compact IQ-quants to more resilient weights.
 
12
 
13
  **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.
14
 
15
+ > I developed and tested this method alongside AI over the past three days. It was created purely for research purposes,
16
+ > so feel free to use or modify it however you like. If you find it useful, don't forget to drop a like! 👍 😊
17
+
18
  ### Key Objectives:
19
 
20
  * **Selective Bit-rate Allocation:** Assigns higher precision to sensitive layers and compact IQ-quants to more resilient weights.