infohound commited on
Commit
75f2a48
Β·
verified Β·
1 Parent(s): 6367606

Update recommendations: IQ4_XS is minimum for production, IQ3_XS too aggressive for 50+ tools

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -34,8 +34,8 @@ The result: **smaller models that maintain tool-calling accuracy** compared to g
34
 
35
  | Filename | Quant | Size | BPW | Tool Accuracy* | Avg Latency** | Use Case |
36
  |----------|-------|------|-----|---------------|--------------|----------|
37
- | `cogito-14b-voice-IQ3_XS.gguf` | IQ3_XS | 6.0 GB | 3.3 | 80% (16/20) | 1.1s | **Best size/speed tradeoff** |
38
- | `cogito-14b-voice-IQ4_XS.gguf` | IQ4_XS | 7.6 GB | 4.25 | 80% (16/20) | 1.3s | Conservative, same accuracy |
39
  | `cogito-14b-voice-Q3_K_M.gguf` | Q3_K_M | 6.9 GB | ~3.7 | 70% (14/20) | 1.3s | Traditional quant format |
40
  | `cogito-14b-voice-Q4_K_M.gguf` | Q4_K_M | 8.4 GB | ~4.6 | β€” | β€” | Reference (with imatrix) |
41
  | `cogito-14b-voice-Q4_K_S.gguf` | Q4_K_S | 8.0 GB | ~4.4 | β€” | β€” | Reference (with imatrix) |
@@ -44,9 +44,11 @@ The result: **smaller models that maintain tool-calling accuracy** compared to g
44
  \* Tool accuracy measured with OpenAI-compatible tools API, 20 voice commands, 54 exposed entities, strict matching.
45
  \** Average latency on NVIDIA Blackwell (DGX Spark GB10). RTX 4080 SUPER latency will differ.
46
 
47
- ### Recommended: IQ3_XS (6.0 GB)
48
 
49
- The IQ3_XS quantization is the sweet spot β€” **33% smaller than a standard Q4_K_M** (9.0 GB β†’ 6.0 GB) while maintaining 80% strict tool-calling accuracy (95%+ functionally correct). It's the fastest of all variants and fits easily in 8 GB VRAM.
 
 
50
 
51
  ## Why cogito:14b for Voice
52
 
 
34
 
35
  | Filename | Quant | Size | BPW | Tool Accuracy* | Avg Latency** | Use Case |
36
  |----------|-------|------|-----|---------------|--------------|----------|
37
+ | `cogito-14b-voice-IQ3_XS.gguf` | IQ3_XS | 6.0 GB | 3.3 | 80% (16/20) | 1.1s | Too aggressive for 50+ tools |
38
+ | `cogito-14b-voice-IQ4_XS.gguf` | IQ4_XS | 7.6 GB | 4.25 | 80% (16/20) | 1.3s | **Recommended for voice** |
39
  | `cogito-14b-voice-Q3_K_M.gguf` | Q3_K_M | 6.9 GB | ~3.7 | 70% (14/20) | 1.3s | Traditional quant format |
40
  | `cogito-14b-voice-Q4_K_M.gguf` | Q4_K_M | 8.4 GB | ~4.6 | β€” | β€” | Reference (with imatrix) |
41
  | `cogito-14b-voice-Q4_K_S.gguf` | Q4_K_S | 8.0 GB | ~4.4 | β€” | β€” | Reference (with imatrix) |
 
44
  \* Tool accuracy measured with OpenAI-compatible tools API, 20 voice commands, 54 exposed entities, strict matching.
45
  \** Average latency on NVIDIA Blackwell (DGX Spark GB10). RTX 4080 SUPER latency will differ.
46
 
47
+ ### Recommended: IQ4_XS (7.6 GB)
48
 
49
+ The IQ4_XS quantization is the recommended choice β€” **16% smaller than a standard Q4_K_M** (9.0 GB β†’ 7.6 GB) while maintaining reliable tool-calling accuracy in production with 50+ concurrent tool definitions.
50
+
51
+ > **Important:** IQ3_XS (6.0 GB) passes synthetic benchmarks but is **too aggressive for production** use with 50+ exposed entities. In real-world Home Assistant testing, IQ3_XS produced wrong tool calls (e.g., calling HassVacuumStart instead of HassTurnOff) and empty responses. Use IQ4_XS or higher for reliable voice assistant operation.
52
 
53
  ## Why cogito:14b for Voice
54