sleepy commited on
Commit
bee3dcd
·
1 Parent(s): 61175f7

Update README: quant-convention filenames + repeat-penalty serving tip

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -43,9 +43,9 @@ and quantizations calibrated on agentic-coding / ML-engineering data.
43
  | file | what | size |
44
  |---|---|---|
45
  | `BF16/` | full-precision (BF16) reaped+recovered checkpoint | 36 GB |
46
- | `GGUFs/q5k_ud.gguf` | **recommended** — Q5_K_M + UD-style important-tensor raises, domain imatrix | 14.3 GB |
47
- | `GGUFs/q5k_plain.gguf` | Q5_K_M, domain imatrix, no tensor map | 13.6 GB |
48
- | `GGUFs/ud_iq4nl.gguf` | IQ4_NL + IQ3_S/IQ4_NL expert map (smallest) | 10.5 GB |
49
  | `GGUFs/recovered-f16.gguf`, `GGUFs/reap-only-f16.gguf` | F16 reference GGUFs (pre/post recovery) | 38.1 GB each |
50
 
51
  For IQ quantizations of the *un-pruned* 35B base, see
 
43
  | file | what | size |
44
  |---|---|---|
45
  | `BF16/` | full-precision (BF16) reaped+recovered checkpoint | 36 GB |
46
+ | `GGUFs/Ornith-1.5-REAP-20B-A3B-UD-Q5_K_M.gguf` | **recommended** — Q5_K_M + UD-style important-tensor raises, domain imatrix | 14.3 GB |
47
+ | `GGUFs/Ornith-1.5-REAP-20B-A3B-Q5_K_M.gguf` | Q5_K_M, domain imatrix, no tensor map | 13.6 GB |
48
+ | `GGUFs/Ornith-1.5-REAP-20B-A3B-UD-IQ4_NL.gguf` | IQ4_NL + IQ3_S/IQ4_NL expert map (smallest) | 10.5 GB |
49
  | `GGUFs/recovered-f16.gguf`, `GGUFs/reap-only-f16.gguf` | F16 reference GGUFs (pre/post recovery) | 38.1 GB each |
50
 
51
  For IQ quantizations of the *un-pruned* 35B base, see