EmanuelOverride commited on
Commit
2eed316
·
verified ·
1 Parent(s): fda0f63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -34,12 +34,12 @@ This repository contains custom **APEX (Adaptive Precision for EXpert Models)**
34
 
35
  ### 🚀 The 26B Custom Intermediary Suite
36
  In my initial attempts at creating an intermediary size-tier between Compact and Balanced, I scaled up the basic logic of the Compact configuration by one quant level:
37
- * **[i-Upscale.Premium](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/blob/main/gemma-4-26B-A4B-it-heretic.APEX.i-Upscale.Premium.gguf?download=true):** `14,600.94 MiB` (4.85 BPW) — *Performance King on legacy hardware.* Employs a `[Q5_K -> Q4_K -> Q3_K]` stepped gradient across the mid-layer experts while shielding context gates.
38
- * **[i-Upscale.Balanced](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/blob/main/gemma-4-26B-A4B-it-heretic.APEX.i.Upscale.Balanced.gguf?download=true):** `14,790.00 MiB` (4.92 BPW) — Flat `Q4_K` expert mapping across all up/down tensors. Known and stable size-to-precision efficiency curve.
39
- * **[i-Upscale.Econ](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/blob/main/gemma-4-26B-A4B-it-heretic.APEX.i.Upscale.Econ.gguf?download=true):** `12,899.38 MiB` (4.29 BPW) — Aggressive `Q4_K` to `Q3_K` mid-expert trimming. *Note for Legacy Hardware:* Seems to unfurl into a wider runtime cache overhead on older CPUs; maybe better on high-throughput modern AVX-512 or AMX architectures?
40
 
41
  ### 🎛️Experimental Addition: Harmonic Resonance v2
42
- * **[i-Harmonic.Resonance.v2](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/blob/main/gemma-4-26B-A4B-it-heretic.APEX.i.HarmonicResonance.gguf?download=true):** `15,582.23 MiB` (5.18 BPW)
43
  An advanced piece of custom neural topology synchronized to the model's native **6-layer global attention pulse relays (Layers 5, 11, 17, 23, 29)**.
44
 
45
  By eliminating the prime-number noise of 5-bit layers and shifting non-divisible legacy fallback rows with calibrated Importance Quantization (`IQ4_NL`), the data wave moves in a continuous binary octave sequence (`Q8_0 -> Q6_K -> Q4_K -> Q3_K`). From testing: Elevated lateral thinking, crystalline prose focus, and higher intentionality during long-context interactions, but at the cost of some performance and memory overhead.
 
34
 
35
  ### 🚀 The 26B Custom Intermediary Suite
36
  In my initial attempts at creating an intermediary size-tier between Compact and Balanced, I scaled up the basic logic of the Compact configuration by one quant level:
37
+ * **[i-Upscale.Premium](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/resolve/main/gemma-4-26B-A4B-it-heretic.APEX.i-Upscale.Premium.gguf):** `14,600.94 MiB` (4.85 BPW) — *Performance King on legacy hardware.* Employs a `[Q5_K -> Q4_K -> Q3_K]` stepped gradient across the mid-layer experts while shielding context gates.
38
+ * **[i-Upscale.Balanced](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/resolve/main/gemma-4-26B-A4B-it-heretic.APEX.i.Upscale.Balanced.gguf):** `14,790.00 MiB` (4.92 BPW) — Flat `Q4_K` expert mapping across all up/down tensors. Known and stable size-to-precision efficiency curve.
39
+ * **[i-Upscale.Econ](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/resolve/main/gemma-4-26B-A4B-it-heretic.APEX.i.Upscale.Econ.gguf):** `12,899.38 MiB` (4.29 BPW) — Aggressive `Q4_K` to `Q3_K` mid-expert trimming. *Note for Legacy Hardware:* Seems to unfurl into a wider runtime cache overhead on older CPUs; maybe better on high-throughput modern AVX-512 or AMX architectures?
40
 
41
  ### 🎛️Experimental Addition: Harmonic Resonance v2
42
+ * **[i-Harmonic.Resonance.v2](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/resolve/main/gemma-4-26B-A4B-it-heretic.APEX.i.HarmonicResonance.gguf):** `15,582.23 MiB` (5.18 BPW)
43
  An advanced piece of custom neural topology synchronized to the model's native **6-layer global attention pulse relays (Layers 5, 11, 17, 23, 29)**.
44
 
45
  By eliminating the prime-number noise of 5-bit layers and shifting non-divisible legacy fallback rows with calibrated Importance Quantization (`IQ4_NL`), the data wave moves in a continuous binary octave sequence (`Q8_0 -> Q6_K -> Q4_K -> Q3_K`). From testing: Elevated lateral thinking, crystalline prose focus, and higher intentionality during long-context interactions, but at the cost of some performance and memory overhead.