DarkKitsune commited on
Commit
85d3a6e
·
verified ·
1 Parent(s): 3f6b0e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ language:
26
 
27
  GGUF quantization of `empero-ai/Qwythos-9B-v2` to Q5_K_L with importance matrices. Quantized using Q8_0 for token embedding and output weights, BF16 for ssm_alpha and ssm_beta weights, and the default llama.cpp Q5_K_M config for all other weights.
28
 
29
- Provides a bit higher precision than Q5_K_M, to help with more complex/long contexts and accuracy in edge cases.
30
 
31
  Be warned, the calibration file is mostly English text and code, so performance writing in other languages may suffer.
32
 
 
26
 
27
  GGUF quantization of `empero-ai/Qwythos-9B-v2` to Q5_K_L with importance matrices. Quantized using Q8_0 for token embedding and output weights, BF16 for ssm_alpha and ssm_beta weights, and the default llama.cpp Q5_K_M config for all other weights.
28
 
29
+ Provides higher precision than Q5_K_M , and from test coding a few small projects, this quant appears to remain quite stable over many turns with long reasoning chains.
30
 
31
  Be warned, the calibration file is mostly English text and code, so performance writing in other languages may suffer.
32