fableforge-ai/ReasonCritic-7B-GGUF overview
ReasonCritic 7B GGUF A reasoning critic — evaluates and improves chain of thought. Downloads https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhuggin…
Runs locally from ~3.06 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| reasoncritic-7b.F16.gguf | GGUF | GGUF | 13.44 GB | Download |
| reasoncritic-7b.Q2_K.gguf | GGUF | GGUF | 3.06 GB | Download |
| reasoncritic-7b.Q3_K_M.gguf | GGUF | GGUF | 3.84 GB | Download |
| reasoncritic-7b.Q4_0.gguf | GGUF | GGUF | 4.45 GB | Download |
| reasoncritic-7b.Q4_K_M.gguf | GGUF | GGUF | 4.68 GB | Download |
| reasoncritic-7b.Q5_K_M.gguf | GGUF | GGUF | 5.45 GB | Download |
| reasoncritic-7b.Q6_K.gguf | GGUF | GGUF | 6.26 GB | Download |
| reasoncritic-7b.Q8_0.gguf | GGUF | GGUF | 8.11 GB | Download |
Model Details
| Model ID | fableforge-ai/ReasonCritic-7B-GGUF |
|---|---|
| Author | fableforge-ai |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | fableforge-ai/ReasonCritic-7B |
| Last modified | 2026-07-17T04:53:54.000Z |
Model README
---
license: apache-2.0
language:
- en
library_name: gguf
pipeline_tag: text-generation
base_model: fableforge-ai/ReasonCritic-7B
base_model_relation: quantized
tags:
- chain-of-thought
- critic
- evaluation
- fableforge
- gguf
- imatrix
- llama.cpp
- lm-studio
- ollama
- reasoning
- text-generation
---
ReasonCritic-7B-GGUF
> A reasoning critic — evaluates and improves chain-of-thought.
 
Base model: fableforge-ai/ReasonCritic-7B · Part of the FableForge ecosystem.
---
⚡ Quickest start — Ollama (these pulls credit the source, not a mirror)
ollama run hf.co/fableforge-ai/ReasonCritic-7B-GGUF:Q4_K_M
🦙 llama.cpp
llama-cli -hf fableforge-ai/ReasonCritic-7B-GGUF:Q4_K_M -p "Hello!"
💠 LM Studio
Search fableforge-ai/ReasonCritic-7B-GGUF and pick a quant below.
---
📦 Provided quants (download one file, not the whole repo)
| File | Quant | Size | Notes |
| ---- | ----- | ---- | ----- |
| reasoncritic-7b.F16.gguf | F16 | 14.43 GB | Full precision (unquantized). Reference / conversion. |
| reasoncritic-7b.Q8_0.gguf | Q8_0 | 8.71 GB | Extremely high quality — usually overkill. |
| reasoncritic-7b.Q6_K.gguf | Q6_K | 6.73 GB | Very high quality, near-perfect. Recommended if you have the RAM. |
| reasoncritic-7b.Q5_K_M.gguf | Q5_K_M | 5.85 GB | High quality. Recommended. |
| reasoncritic-7b.Q4_K_M.gguf | Q4_K_M | 5.03 GB | ⭐ Best size/quality balance — default pick for most users. |
| reasoncritic-7b.Q4_0.gguf | Q4_0 | 4.77 GB | Legacy format — prefer Q4_K_M. |
| reasoncritic-7b.Q3_K_M.gguf | Q3_K_M | 4.12 GB | Lower quality; usable when RAM is tight. |
| reasoncritic-7b.Q2_K.gguf | Q2_K | 3.28 GB | Very low quality — surprisingly usable. |
Not sure? Take Q4_K_M. Low RAM → Q3_K_M. Max quality → Q6_K.
🧠 Prompt format (ChatML)
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
🌌 See it live — the FableForge demos
This family powers a galaxy of free, interactive HF Spaces:
---
🔗 Related models
- 🧠 Base model (safetensors):
ReasonCritic-7B
---
⭐ Like & share — it helps people find the source instead of a mirror.
Run fableforge-ai/ReasonCritic-7B-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models