GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE โ†’
Model Intelligence Sheet

KoarAI/LFM2.5-350M-Thinking-0002-GGUF overview

<div align="center" <img src="https://huggingface.co/KoarAI/LFM2.5 350M Thinking 0002 GGUF/resolve/main/gguf banner.png" alt="KoarAI LFM2.5 350M Thinking 0002 โ€ฆ

ggufllama.cppollamareasoningthinkingcotliquidlfm2full-finetunekoaraitext-generationenruzhbase_model:KoarAI/LFM2.5-350M-Thinkingbase_model:quantized:KoarAI/LFM2.5-350M-Thinkinglicense:apache-2.0endpoints_compatibleregion:usconversational

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

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
LFM2.5-350M-Thinking-0002-Q8_0.ggufGGUFQ8_0361.6 MBDownload
LFM2.5-350M-Thinking-0002-f16.ggufGGUFF16678.5 MBDownload

Model Details

Model IDKoarAI/LFM2.5-350M-Thinking-0002-GGUF
AuthorKoarAI
Pipelinetext-generation
Licenseapache-2.0
Base modelKoarAI/LFM2.5-350M-Thinking
Last modified2026-08-27T14:04:39.000Z

Model README

---

license: apache-2.0

base_model: KoarAI/LFM2.5-350M-Thinking

tags:

  • gguf
  • llama.cpp
  • ollama
  • reasoning
  • thinking
  • cot
  • liquid
  • lfm2
  • full-finetune
  • koarai

language:

  • en
  • ru
  • zh

pipeline_tag: text-generation

---

<div align="center">

<img src="https://huggingface.co/KoarAI/LFM2.5-350M-Thinking-0002-GGUF/resolve/main/gguf_banner.png" alt="KoarAI LFM2.5-350M Thinking 0002 GGUF Banner" width="100%" style="border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.3);"/>

๐Ÿจ KoarAI / LFM2.5-350M-Thinking-0002-GGUF

![License: Apache 2.0](https://opensource.org/licenses/Apache-2.0)

![Model Revision](https://huggingface.co/KoarAI/LFM2.5-350M-Thinking)

![Fine-Tuning: 9 Epochs](https://huggingface.co/KoarAI/LFM2.5-350M-Thinking)

![Parameters](https://huggingface.co/KoarAI/LFM2.5-350M-Thinking)

![Format-blue.svg)](https://huggingface.co/KoarAI/LFM2.5-350M-Thinking-0002-GGUF)

</div>

๐Ÿ“Œ Release Note: Model Code 0002 (Dedicated GGUF Release)

> [!IMPORTANT]

> Model Code: 0002

> This repository contains official GGUF quantizations of KoarAI/LFM2.5-350M-Thinking (Revision 0002).

> Model 0002 was trained with 100% Full Parameter Fine-Tuning across 9 full epochs using a multi-teacher reasoning blend (Qwen 3.8 Max, GLM 5.2, Kimi K3, DeepSeek-V4-Pro Agentic, MMLU-Pro, AIME 2026).

>

> ๐Ÿš€ Versioning Policy: Starting with this release, distinct repositories are created for each revision (...-0002-GGUF, etc.) to maintain reproducible checkpoints.

---

๐Ÿ“ฆ Quantized Files

| File | Precision | File Size | Description |

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

| LFM2.5-350M-Thinking-0002-f16.gguf | FP16 | ~678 MB | Full precision unquantized weights. Maximum fidelity. |

| LFM2.5-350M-Thinking-0002-Q8_0.gguf | Q8_0 | ~347 MB | 8-bit quantization. Extremely fast with near-identical perplexity to FP16. |

---

๐ŸŒŸ Overview

KoarAI/LFM2.5-350M-Thinking-0002-GGUF brings native Chain-of-Thought (CoT) reasoning to edge devices, CPUs, and local runtimes like llama.cpp, Ollama, and LM Studio.

  • Ultra-Lightweight: Runs smoothly even on low-spec laptops, Raspberry Pi, and mobile devices.
  • Native <think> CoT: Performs step-by-step reasoning before outputting final answers.
  • Base Architecture: Liquid Foundation Model (LFM2.5).

---

๐Ÿ’ก Native Thinking Example

<|im_start|>user
Solve: 32 + 32 - 42<|im_end|>
<|im_start|>assistant
<think>
1. Calculate 32 + 32 = 64.
2. Calculate 64 - 42 = 22.
</think>
\boxed{22}<|im_end|>

---

โšก Quickstart

1. Run with llama.cpp

llama-cli -m LFM2.5-350M-Thinking-0002-Q8_0.gguf \
  -p "<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n<|im_start|>user\nSolve: 32 + 32 - 42<|im_end|>\n<|im_start|>assistant\n<think>\n" \
  -n 512 --temp 0.6

2. Run with Ollama

Create a Modelfile:

FROM ./LFM2.5-350M-Thinking-0002-Q8_0.gguf
TEMPLATE """{{- range .Messages }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end }}<|im_start|>assistant
<think>
"""
PARAMETER temperature 0.6
PARAMETER stop <|im_end|>

Then create and run:

ollama create lfm2-350m-thinking-0002 -f Modelfile
ollama run lfm2-350m-thinking-0002

---

๐Ÿ”— Related Models

---

๐Ÿจ Maintained by KoarAI Lab

Released for the open-source AI community by KoarAI.

Run KoarAI/LFM2.5-350M-Thinking-0002-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