AyoubChLin commited on
Commit
5f6bf5a
·
verified ·
1 Parent(s): b34e9f4

Add model card

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: AyoubChLin/lfm2.5-2.6b-fable5-coding-agent
4
+ tags:
5
+ - gguf
6
+ - llama.cpp
7
+ - lfm2
8
+ - coding
9
+ - code-agent
10
+ ---
11
+
12
+ # LFM2.5-2.6B Fable5 Coding Agent - GGUF
13
+
14
+ GGUF quantized versions of
15
+ `AyoubChLin/lfm2.5-2.6b-fable5-coding-agent`.
16
+
17
+ ## Files
18
+
19
+ | File | Size | Quantization |
20
+ |---|---:|---|
21
+ | `lfm2.5-2.6b-fable5-coding-agent-F16.gguf` | ~5.1 GB | F16 |
22
+ | `lfm2.5-2.6b-fable5-coding-agent-Q8_0.gguf` | ~2.7 GB | Q8_0 |
23
+ | `lfm2.5-2.6b-fable5-coding-agent-Q4_K_M.gguf` | ~1.6 GB | Q4_K_M |
24
+
25
+ These files are intended for GGUF-compatible runtimes such as llama.cpp.