d4rkninja/tanpo-product-GGUF overview
Tanpo Product GGUF GGUF quantizations of d4rkninja/tanpo product https://huggingface.co/d4rkninja/tanpo product for local runtimes llama.cpp , LM Studio , and …
Runs locally from ~572.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| tanpo-product.Q3_K_M.gguf | GGUF | GGUF | 572.5 MB | Download |
| tanpo-product.Q4_K_M.gguf | GGUF | GGUF | 697.0 MB | Download |
| tanpo-product.Q4_K_S.gguf | GGUF | GGUF | 668.0 MB | Download |
| tanpo-product.Q5_K_M.gguf | GGUF | GGUF | 804.3 MB | Download |
| tanpo-product.Q5_K_S.gguf | GGUF | GGUF | 787.0 MB | Download |
| tanpo-product.Q8_0.gguf | GGUF | GGUF | 1.16 GB | Download |
Model Details
| Model ID | d4rkninja/tanpo-product-GGUF |
|---|---|
| Author | d4rkninja |
| Pipeline | text-generation |
| License | other |
| Base model | LiquidAI/LFM2.5-1.2B-Instruct |
| Last modified | 2026-09-18T05:37:11.000Z |
Model README
---
base_model: LiquidAI/LFM2.5-1.2B-Instruct
language:
- en
license: other
pipeline_tag: text-generation
tags:
- gguf
- llama.cpp
- product
- tanpo
- text-generation
---
Tanpo Product (GGUF)
GGUF quantizations of d4rkninja/tanpo-product for local runtimes (llama.cpp, LM Studio, and other GGUF-compatible tools).
Creator: d4rkninja
Collection: Tanpo — Domain Specialists
Original upstream: LiquidAI/LFM2.5-1.2B-Instruct (~1.17B parameters, 32,768-token context, designed for edge/on-device deployment).
Fine-tuning: Unsloth-compatible loading of that checkpoint via hub id unsloth/LFM2.5-1.2B-Instruct (LoRA / PEFT).
A compact product-strategy specialist (~1.2B) for roadmap tradeoffs, prioritization, metrics, and CEO-level product thinking — built for local and inexpensive deployment.
Available quantizations
Sizes from the Hugging Face file API (approximate on-disk):
| File | Size |
|---|---:|
| tanpo-product.Q3_K_M.gguf | 573 MB |
| tanpo-product.Q4_K_M.gguf | 697 MB |
| tanpo-product.Q4_K_S.gguf | 668 MB |
| tanpo-product.Q5_K_M.gguf | 804 MB |
| tanpo-product.Q5_K_S.gguf | 787 MB |
| tanpo-product.Q8_0.gguf | 1189 MB |
Suggested everyday file: tanpo-product.Q4_K_M.gguf
Evaluation (summary)
| Model | Rubric overall |
|---|---:|
| Base | 92.6% |
| Fine-tune | 99.4% |
| Delta | +6.8 percentage points |
Full methodology on the merged model card. Artifacts: evaluation/. Quantization can change behavior slightly vs BF16 merged weights.
Running locally
- Download
tanpo-product.Q4_K_M.gguf(or another quant above). - Open it in LM Studio or run with llama.cpp (use a build that supports LFM2 / the model architecture).
- Keep prompts in the product domain; review consequential outputs with a human.
No separate LoRA step is required — these are standalone GGUF files of the merged specialist.
Related
- Merged Transformers: d4rkninja/tanpo-product
- LoRA: d4rkninja/tanpo-product-LoRA
Responsible Use
Not a substitute for customer research, board fiduciary judgment, or professional analysis. Treat outputs as drafts for human product leaders.
License
license: other — this repository inherits obligations from the upstream Liquid AI LFM2.5 / LFM family base model (LiquidAI/LFM2.5-1.2B-Instruct; training hub id unsloth/LFM2.5-1.2B-Instruct). Review Liquid AI’s license terms before commercial redistribution or redistribution of derivatives. Do not assume Apache-2.0 covers the merged weights.
Tanpo Model Family
Tanpo is a family of small, domain-specialized business models for local / edge / inexpensive deployment — not frontier or general-purpose models. Strength comes from specialization for specific business workflows.
| Domain | Merged | LoRA | GGUF |
|---|---|---|---|
| Marketing | tanpo-marketing | tanpo-marketing-LoRA | tanpo-marketing-GGUF |
| Product | tanpo-product | tanpo-product-LoRA | tanpo-product-GGUF |
| Hiring | tanpo-hiring | tanpo-hiring-LoRA | tanpo-hiring-GGUF |
| Deals | tanpo-deals | tanpo-deals-LoRA | tanpo-deals-GGUF |
Original upstream: LiquidAI/LFM2.5-1.2B-Instruct (~1.17B, 32K context)
└── Unsloth-compatible hub load: unsloth/LFM2.5-1.2B-Instruct
└── Tanpo Specialist (domain SFT via LoRA)
├── Full / Merged → d4rkninja/tanpo-product
├── LoRA adapter → d4rkninja/tanpo-product-LoRA
└── GGUF quants → d4rkninja/tanpo-product-GGUFRun d4rkninja/tanpo-product-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models