GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

lewisdog/lfm2.5-230m-cogs-ingest-GGUF overview

lfm2.5 230m cogs ingest A 230M ingest student for the Cogitarium wiki pipeline: distils one raw captured document into structured JSON extract / suggest links …

ggufllama.cppcogitariumtext-generationenbase_model:LiquidAI/LFM2.5-230Mbase_model:quantized:LiquidAI/LFM2.5-230Mlicense:otherendpoints_compatibleregion:usconversational

Runs locally from ~146.3 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
lfm2.5-230m-cogs-ingest.F16.ggufGGUFGGUF440.5 MBDownload
lfm2.5-230m-cogs-ingest.Q4_K_M.ggufGGUFGGUF146.3 MBDownload
lfm2.5-230m-cogs-ingest.Q8_0.ggufGGUFGGUF235.2 MBDownload

Model Details

Model IDlewisdog/lfm2.5-230m-cogs-ingest-GGUF
Authorlewisdog
Pipelinetext-generation
Licenseother
Base modelLiquidAI/LFM2.5-230M
Last modified2026-07-08T09:23:46.000Z

Model README

---

license: other

license_name: lfm1.0

license_link: https://huggingface.co/LiquidAI/LFM2.5-230M/blob/main/LICENSE

base_model: LiquidAI/LFM2.5-230M

language:

- en

pipeline_tag: text-generation

tags:

- gguf

- llama.cpp

- cogitarium

---

lfm2.5-230m-cogs-ingest

A 230M ingest student for the Cogitarium wiki pipeline: distils one raw

captured document into structured JSON (extract / suggest_links / contradiction /

page_update).

Serving pins (important)

  • temperature 0, repeat_penalty 1.0 (NO penalty). A repeat penalty

produces schema-valid but empty/degenerate JSON on extraction at this size —

the extract task copies input tokens and a penalty starves it.

  • Cap max_new_tokens and/or constrain with a JSON grammar: the extract task can

run away under pure greedy (well-formed but unterminated JSON). This is a decoding

artifact, not a format defect — do NOT reach for a repeat penalty to fix it.

Sanity eval (5 samples / 4 task types, temp 0, rep 1.0)

| quant | strict JSON / keys | note |

|--------|:------------------:|------|

| F16 / Q8_0 | 4/5 | suggest_links, page_update, contradiction perfect; extract may not terminate under greedy |

| Q4_K_M | 3/5 | quant cliffpage_update loses the section_md key |

Recommended quant: Q8_0 (233 MB, 723 tok/s on GB10). Q4_K_M only where size

dominates and page_update is not used. Training matched the Qwen3-1.7B token

accuracy (0.752 vs 0.756) at 7x fewer params.

This repo

GGUF quant ladder for llama.cpp (F16 / Q8_0 / Q4_K_M). See the quant table above for the recommended pick and per-quant behavior. Run with --temp 0 and the serving pins noted above.

Base model & license

Fine-tuned from LiquidAI/LFM2.5-230M. Use is governed by the **LFM Open License

v1.0** (lfm1.0) — see the LICENSE in the base repo. This derivative complies with

and inherits those terms; attribution to LiquidAI is retained above.

Provenance

LoRA SFT (TRL) on the Cogitarium distillation datasets, DGX Spark (GB10). Full

methodology, loss curves, eval harnesses and per-quant results: see the project

RESULTS.md. This is the "fast/small tier" of the Cogitarium model picker; the

Qwen3-1.7B students remain the quality tier.

Run lewisdog/lfm2.5-230m-cogs-ingest-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models