--- license: other license_name: lfm1.0 license_link: LICENSE language: - en - ar - zh - fr - de - ja - ko - es pipeline_tag: text-generation tags: - liquid - lfm2.5 - edge - llama.cpp - gguf base_model: - LiquidAI/LFM2.5-1.2B-Base ---
Liquid AI
Try LFMDocumentationLEAP
# LFM2.5-1.2B-Base 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-1.2B-Base ## 🏃 How to run Example usage with [llama.cpp](https://github.com/ggml-org/llama.cpp): ``` llama-cli -hf LiquidAI/LFM2.5-1.2B-Base-GGUF ```