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.)