Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -14,16 +14,16 @@ pipeline_tag: text-generation
14
 
15
  # Meltdown Q8
16
 
17
- **Meltdown_Q8.gguf** is a 3B local agent model (Qwen2.5-Coder-3B fine-tuned for structured reasoning + MCP tool calling), exported as Q8_0 GGUF. Runs fully offline — no API key required at inference time.
18
 
19
  | | |
20
  |---|---|
21
  | **Parameters** | 3B |
22
  | **Quantization** | Q8_0 (GGUF) |
23
- | **Context length** | 32,768 tokens |
24
  | **Base model** | [Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct) |
25
- | **Format** | GGUF (llama.cpp, LM Studio, KoboldCPP, etc.) |
26
- | **VRAM (recommended)** | 68 GB+ |
27
 
28
  ## Quick Start
29
 
@@ -55,6 +55,9 @@ Measured locally on **NVIDIA RTX 3060 12GB** with [lm-evaluation-harness](https:
55
 
56
  Raw JSON: `eval_standard.json`, `eval_agent.json`.
57
 
 
 
 
58
  ### Agent Eval Breakdown
59
 
60
  ![Agent eval by category](agent_category_chart.png)
 
14
 
15
  # Meltdown Q8
16
 
17
+ **Meltdown_Q8.gguf** is a 3B local agent model, exported as Q8_0 GGUF. Runs fully offline — no API key required at inference time.
18
 
19
  | | |
20
  |---|---|
21
  | **Parameters** | 3B |
22
  | **Quantization** | Q8_0 (GGUF) |
23
+ | **Context length** | 264,768 tokens |
24
  | **Base model** | [Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct) |
25
+ | **Format** | GGUF (iRun, llama.cpp, LM Studio, KoboldCPP, etc.) |
26
+ | **VRAM (recommended)** | 46 GB+ |
27
 
28
  ## Quick Start
29
 
 
55
 
56
  Raw JSON: `eval_standard.json`, `eval_agent.json`.
57
 
58
+ While the benchmark scores themselves are low, it is due to image-related benchmarks. For chat, the APE format overrides the base chat template, which is why it scores low in chat.
59
+ In day to day agentic workflows, with abbreviated MCP tools and unified instructions, Meltdown performs exceptionally. Escpecially while utilizing local Agentic harnesses like iRun's ReAct and APE.
60
+
61
  ### Agent Eval Breakdown
62
 
63
  ![Agent eval by category](agent_category_chart.png)