DJLougen commited on
Commit
10151ab
·
verified ·
1 Parent(s): 6bad9ff

Update quantization file table

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -45,6 +45,7 @@ The one retained refusal in the expanded evaluation was an illegal-drug-sales re
45
  | file | quant | size | notes |
46
  |---|---:|---:|---|
47
  | `Ornstein-Hermes-3.6-27b-SABER-IQ4_XS.gguf` | `IQ4_XS` | `15G` | Compact imatrix-assisted 4-bit option. |
 
48
  | `Ornstein-Hermes-3.6-27b-SABER-Q3_K_M.gguf` | `Q3_K_M` | `13G` | Smallest file in this suite; expect more quality loss. |
49
  | `Ornstein-Hermes-3.6-27b-SABER-Q4_K_M.gguf` | `Q4_K_M` | `16G` | General-purpose recommended starting point. |
50
  | `Ornstein-Hermes-3.6-27b-SABER-Q5_K_M.gguf` | `Q5_K_M` | `18G` | Balanced high-quality option. |
@@ -69,7 +70,7 @@ For chat-style use, prefer a frontend or wrapper that applies the tokenizer chat
69
 
70
  ## Conversion and Quantization Notes
71
 
72
- The BF16 GGUF was converted from the full SABER Hugging Face checkpoint, then quantized with llama.cpp. Importance-matrix calibration used Acta-Synthetic conversational text.
73
 
74
 
75
 
 
45
  | file | quant | size | notes |
46
  |---|---:|---:|---|
47
  | `Ornstein-Hermes-3.6-27b-SABER-IQ4_XS.gguf` | `IQ4_XS` | `15G` | Compact imatrix-assisted 4-bit option. |
48
+ | `Ornstein-Hermes-3.6-27b-SABER-IQ2_M.gguf` | `IQ2_M` | `9G` | Smallest emergency 2-bit option; expect the most quality loss. |
49
  | `Ornstein-Hermes-3.6-27b-SABER-Q3_K_M.gguf` | `Q3_K_M` | `13G` | Smallest file in this suite; expect more quality loss. |
50
  | `Ornstein-Hermes-3.6-27b-SABER-Q4_K_M.gguf` | `Q4_K_M` | `16G` | General-purpose recommended starting point. |
51
  | `Ornstein-Hermes-3.6-27b-SABER-Q5_K_M.gguf` | `Q5_K_M` | `18G` | Balanced high-quality option. |
 
70
 
71
  ## Conversion and Quantization Notes
72
 
73
+ The Q8_0 GGUF was converted from the full SABER Hugging Face checkpoint. The lower-bit recovery quants were generated from the published Q8_0 GGUF with `--allow-requantize` and the included Acta-Synthetic imatrix so the missing files could be restored quickly. Importance-matrix calibration used Acta-Synthetic conversational text.
74
 
75
 
76