license, base_model, tags, language, pipeline_tag
| license |
base_model |
tags |
language |
pipeline_tag |
| other |
LiquidAI/LFM2.5-1.2B-JP-202606 |
| gguf |
| llama.cpp |
| lfm2 |
| japanese |
| text-generation |
|
|
text-generation |
LFM-2.5-1.2B-Novel-JP-GGUF
GGUF quantized versions of a fine-tuned LiquidAI LFM2.5-1.2B (Japanese) model,
converted with llama.cpp for local inference.
- Base model:
LiquidAI/LFM2.5-1.2B-JP-202606
- Architecture: LFM2 (
Lfm2ForCausalLM)
- Format: GGUF (llama.cpp compatible)
Available quantizations
| File |
Quant |
Size |
Notes |
LFM-2.5-1.2B-Novel-JP-F16.gguf |
F16 |
~2.3 GB |
Full precision, highest quality |
LFM-2.5-1.2B-Novel-JP-Q8_0.gguf |
Q8_0 |
~1.2 GB |
Near-lossless |
LFM-2.5-1.2B-Novel-JP-Q5_K_M.gguf |
Q5_K_M |
~843 MB |
Balanced quality/size |
LFM-2.5-1.2B-Novel-JP-Q4_K_M.gguf |
Q4_K_M |
~731 MB |
Smallest, recommended for most uses |
Usage (llama.cpp)
Usage (Ollama)
Converted and uploaded with llama.cpp inside the Unsloth Docker image.