saidutta69 commited on
Commit
5dfa089
·
verified ·
1 Parent(s): a1fb640

Update model card with full 15-file quant table

Browse files
Files changed (1) hide show
  1. README.md +20 -8
README.md CHANGED
@@ -37,18 +37,30 @@ Fine-tuning a "helpful" persona on top of RLHF'd refusals fights the base model'
37
 
38
  ## Files
39
 
40
- ### Safetensors (BF16)
41
- The full-precision merged weights are in the safetensors files (see the repo file listing for exact sizes).
42
-
43
  ### GGUF quantizations
44
- GGUF quantizations are published for this model (Q4_K_M, Q5_K_M, Q6_K, Q8_0). Pull a specific quant with `llama.cpp` / `ollama`.
45
 
46
  | File | Format | Size |
47
  |---|---|---|
48
- | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q4_K_M.gguf` | GGUF Q4_K_M | ~1.5 GB |
49
- | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q5_K_M.gguf` | GGUF Q5_K_M | ~1.7 GB |
50
- | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q6_K.gguf` | GGUF Q6_K | ~1.9 GB |
51
- | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q8_0.gguf` | GGUF Q8_0 | ~2.5 GB |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
  ## Quickstart
54
 
 
37
 
38
  ## Files
39
 
 
 
 
40
  ### GGUF quantizations
41
+ Full quantization set (14 quants + F16) produced with [llama.cpp](https://github.com/ggml-org/llama.cpp).
42
 
43
  | File | Format | Size |
44
  |---|---|---|
45
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-F16.gguf` | GGUF F16 | 5.03 GB |
46
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q2_K.gguf` | GGUF Q2_K | 1.02 GB |
47
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-IQ3_S.gguf` | GGUF IQ3_S | 1.18 GB |
48
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q3_K_S.gguf` | GGUF Q3_K_S | 1.18 GB |
49
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q3_K_M.gguf` | GGUF Q3_K_M | 1.27 GB |
50
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q3_K_L.gguf` | GGUF Q3_K_L | 1.35 GB |
51
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-IQ4_XS.gguf` | GGUF IQ4_XS | 1.42 GB |
52
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q4_K_S.gguf` | GGUF Q4_K_S | 1.49 GB |
53
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q4_0.gguf` | GGUF Q4_0 | 1.48 GB |
54
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q4_1.gguf` | GGUF Q4_1 | 1.63 GB |
55
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q4_K_M.gguf` | GGUF Q4_K_M | 1.56 GB |
56
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q5_K_S.gguf` | GGUF Q5_K_S | 1.77 GB |
57
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q5_K_M.gguf` | GGUF Q5_K_M | 1.81 GB |
58
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q6_K.gguf` | GGUF Q6_K | 2.07 GB |
59
+ | `lfm2.5-2.6b-fable5-coding-agent-heretic-Q8_0.gguf` | GGUF Q8_0 | 2.68 GB |
60
+
61
+ LFM2 hybrid conv+attention architecture — loads natively in llama.cpp (arch `lfm2`).
62
+
63
+ Run `llama serve -hf saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic` to pull the default quant.
64
 
65
  ## Quickstart
66