llmfan46 commited on
Commit
5a91ab3
·
verified ·
1 Parent(s): f1750b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -243,7 +243,7 @@ MMLU - Massive Multitask Language Understanding, multiple-choice questions acros
243
 
244
  ## Quantizations
245
 
246
- For the K-quants below, small SSM tensors are kept at higher precision where useful.
247
 
248
  -`Q8_0` and `Q4_K` quants keep `ssm_alpha`, `ssm_beta`, and `ssm_out` as `BF16`.
249
 
@@ -257,6 +257,7 @@ This helps preserve the hybrid/SSM blocks with a small file-size increase.
257
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q8_0.gguf | Q8_0 | Near-lossless, recommended |
258
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q6_K.gguf | Q6_K | Excellent quality |
259
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q5_K_M.gguf | Q5_K_M | Good balance |
 
260
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q4_K_M.gguf | Q4_K_M | Good for limited VRAM |
261
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q4_K_S.gguf | Q4_K_S | Smaller Q4 |
262
 
 
243
 
244
  ## Quantizations
245
 
246
+ For the quants below, small SSM tensors are kept at higher precision where useful.
247
 
248
  -`Q8_0` and `Q4_K` quants keep `ssm_alpha`, `ssm_beta`, and `ssm_out` as `BF16`.
249
 
 
257
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q8_0.gguf | Q8_0 | Near-lossless, recommended |
258
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q6_K.gguf | Q6_K | Excellent quality |
259
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q5_K_M.gguf | Q5_K_M | Good balance |
260
+ | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q5_K_S.gguf | Q5_K_S | Smaller Q5 |
261
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q4_K_M.gguf | Q4_K_M | Good for limited VRAM |
262
  | Qwythos-9B-Claude-Mythos-5-1M-uncensored-heretic-Q4_K_S.gguf | Q4_K_S | Smaller Q4 |
263