20 21 hours ago

LFM2.5-2.6B By LiquidAI

ollama run scorpion7slayer/LFM2.5-2.6B-GGUF:Q6_K

Details

21 hours ago

66e6861b8ad7 · 2.2GB ·

lfm2
·
2.7B
·
Q6_K
LFM Open License v1.0 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "
{{ if .System }}<|startoftext|><|im_start|>system {{ .System }}<|im_end|> {{ end }}{{ if .Prompt }}<
{ "stop": [ "<|startoftext|>", "<|im_start|>", "<|im_end|>", "<|

Readme

Liquid AI
Try LFMDocsLEAPDiscord

LFM2.5-2.6B-GGUF

LFM2.5 is a new family of hybrid models designed for on-device deployment. It builds on the LFM2 architecture with extended pre-training and reinforcement learning.

Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2.5-2.6B

🏃 How to run LFM2

Example usage with llama.cpp:

llama-cli -hf LiquidAI/LFM2.5-2.6B-GGUF -c 4096 --color -i \
    --temp 0.1 --top-k 50 --repeat-penalty 1.1

Exemple usage with ollama

ollama pull scorpion7slayer/LFM2.5-2.6B-GGUF