jackasda211233 commited on
Commit
bcb392c
Β·
verified Β·
1 Parent(s): b36b1f3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -124,7 +124,23 @@ The IQ4_NL uses a custom-built imatrix β€” not standard wiki calibration. This i
124
  | Infrastructure/sysadmin | 10% | systemd, SSH, GPU config, shell |
125
  | General English | 5% | Wiki baseline |
126
 
127
- The 30% reasoning allocation preserves the model's ability to self-correct during thinking β€” the behavior that standard calibration destroys.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
 
129
  ## Recommended Parameters
130
 
 
124
  | Infrastructure/sysadmin | 10% | systemd, SSH, GPU config, shell |
125
  | General English | 5% | Wiki baseline |
126
 
127
+ **What the imatrix specifically targets:**
128
+
129
+ The 30% reasoning/self-verification block is calibrated to preserve the weights responsible for:
130
+ - **Prolonged chain-of-thought** β€” sustaining coherent multi-step reasoning across thousands of tokens without degradation
131
+ - **Self-correction** β€” the ability to recognize "wait, that's wrong" mid-generation and backtrack
132
+ - **Verification loops** β€” tracing through algorithms step-by-step with explicit βœ“/βœ— checks ("Test case 1: expected X, got X βœ“")
133
+ - **Knowing when to stop thinking** β€” concluding a `<think>` block and producing output instead of looping indefinitely
134
+ - **Never assuming** β€” the model should verify, not guess. The calibration data includes debugging narratives that explicitly check each assumption
135
+
136
+ The code/instruction blocks preserve:
137
+ - **Multi-file project architecture** β€” maintaining coherence across 1000+ line codebases
138
+ - **Tool call formatting** β€” precise JSON parameter construction for agent frameworks
139
+ - **Direct instruction parsing** β€” understanding terse, multi-step commands without needing hand-holding
140
+
141
+ **English-only calibration** β€” the entire imatrix dataset is English. Qwen3.5-27B supports 200+ languages, but this model's calibration deliberately reallocates precision from unused multilingual weights to English reasoning, code generation, and instruction following. If you need multilingual output, this quant is not optimized for it β€” use the BF16 instead.
142
+
143
+ Standard wiki-only calibration under-represents ALL of the above patterns because wiki text contains none of them. The result: standard-calibrated quants lose self-correction first (causing infinite thinking loops), then lose tool call precision, then lose code coherence β€” in that order.
144
 
145
  ## Recommended Parameters
146