Update readme
Browse files
README.md
CHANGED
|
@@ -1,12 +1,48 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
license: other
|
| 4 |
license_name: lfm1.0
|
| 5 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
- liquid
|
| 8 |
-
- lfm2
|
| 9 |
- edge
|
|
|
|
|
|
|
| 10 |
base_model:
|
| 11 |
- LiquidAI/LFM2.5-1.2B-Instruct
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_name: lfm1.0
|
| 4 |
license_link: LICENSE
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- ar
|
| 8 |
+
- zh
|
| 9 |
+
- fr
|
| 10 |
+
- de
|
| 11 |
+
- ja
|
| 12 |
+
- ko
|
| 13 |
+
- es
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
tags:
|
| 16 |
- liquid
|
| 17 |
+
- lfm2.5
|
| 18 |
- edge
|
| 19 |
+
- llama.cpp
|
| 20 |
+
- gguf
|
| 21 |
base_model:
|
| 22 |
- LiquidAI/LFM2.5-1.2B-Instruct
|
| 23 |
---
|
| 24 |
+
|
| 25 |
+
<div align="center">
|
| 26 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/2b08LKpev0DNEk6DlnWkY.png" alt="Liquid AI" style="width: 100%; max-width: 100%;">
|
| 27 |
+
|
| 28 |
+
<p>
|
| 29 |
+
<a href="https://playground.liquid.ai/"><strong>Try LFM</strong></a> •
|
| 30 |
+
<a href="https://docs.liquid.ai/lfm"><strong>Documentation</strong></a> •
|
| 31 |
+
<a href="https://leap.liquid.ai/"><strong>LEAP</strong></a> •
|
| 32 |
+
<a href="https://www.liquid.ai/blog/"><strong>Blog</strong></a>
|
| 33 |
+
</p>
|
| 34 |
+
</div>
|
| 35 |
+
|
| 36 |
+
# LFM2.5-1.2B-Instruct-GGUF
|
| 37 |
+
|
| 38 |
+
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.
|
| 39 |
+
|
| 40 |
+
Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct
|
| 41 |
+
|
| 42 |
+
## 🏃 How to run LFM2.5
|
| 43 |
+
|
| 44 |
+
Example usage with [llama.cpp](https://github.com/ggml-org/llama.cpp):
|
| 45 |
+
|
| 46 |
+
```
|
| 47 |
+
llama-cli -hf LiquidAI/LFM2.5-1.2B-Instruct-GGUF
|
| 48 |
+
```
|