Views
No views yet
"Local intelligence... to the max."
llama.cpp source code, logic puzzles, and historical writing in the imatrix training to ensure the model stays coherent at low bitrates.--repeat-penalty: 1.1 – 1.4
(Sweet spot! Pushes away from familiar loops. >1.5 causes "robot-speak".)--repeat-last-n: 128 – 256
(Larger window ensures the model doesn't forget recent repetitions.)--temperature: 0.7 – 0.8
(Prevents over-committing to safe/repetitive tokens.)--top-p: 0.90
(Trims low-probability hallucinations without killing creativity.)--min-p: 0.05 – 0.1
(Optional: Prunes very low-probability tokens if your backend supports it.)llama-perplexity on the wikitext-2-raw/wiki.test.raw dataset.| Model | Precision | Perplexity (PPL) | Δ PPL |
|---|---|---|---|
| Qwen3.6-35B-A3B- (no-imatrix) | IQ3_M | 8.3352 | - |
| Qwen3.6-35b-A3B- (Imatrix) | IQ3_M | 7.0862 | -1.249 |