prithivMLmods commited on
Commit
e6f24b3
·
verified ·
1 Parent(s): a62eb13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -4,11 +4,28 @@ license_name: lfm1.0
4
  license_link: LICENSE
5
  base_model:
6
  - LiquidAI/LFM2.5-230M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # **LiquidAI-LFM2.5-230M-GGUF**
10
 
11
- **[LFM2.5-230M](https://huggingface.co/LiquidAI/LFM2.5-230M)** is [Liquid AI's](https://huggingface.co/LiquidAI) most compact hybrid model to date, a 230-million-parameter, general-purpose instruction-tuned text model built on the LFM2 architecture with extended pre-training (19T tokens) and reinforcement learning, designed specifically for on-device deployment in the tightest memory and compute budgets. Its 14-layer architecture combines 8 double-gated LIV convolution blocks with 6 GQA blocks, supports a 32,768-token context window across 10 languages, and was distilled from the larger LFM2.5-350M before being refined with multi-stage reinforcement learning, making it well-suited for agentic tasks like tool use and data extraction rather than reasoning-heavy workloads such as advanced math, code generation, or creative writing. It delivers strong edge inference throughput — 213 tok/s decode speed on a Galaxy S25 Ultra and 42 tok/s on a Raspberry Pi 5 — and despite its tiny size, outperforms similarly-scaled competitors like Granite 4.0-350M and LFM2-350M on benchmarks including IFEval (71.71), BFCLv3 (43.26), and Multi-IF (37.70), while supporting native function calling via Pythonic tool calls and ChatML-style chat templates, with deployment options spanning Transformers, vLLM, llama.cpp (GGUF), ONNX, and MLX formats.
12
 
13
  ## Model Files
14
 
 
4
  license_link: LICENSE
5
  base_model:
6
  - LiquidAI/LFM2.5-230M
7
+ language:
8
+ - en
9
+ - ar
10
+ - zh
11
+ - fr
12
+ - de
13
+ - ja
14
+ - ko
15
+ - es
16
+ - pt
17
+ - it
18
+ pipeline_tag: text-generation
19
+ tags:
20
+ - liquid
21
+ - lfm2.5
22
+ - edge
23
+ library_name: transformers
24
  ---
25
 
26
  # **LiquidAI-LFM2.5-230M-GGUF**
27
 
28
+ > **[LFM2.5-230M](https://huggingface.co/LiquidAI/LFM2.5-230M)** is [Liquid AI's](https://huggingface.co/LiquidAI) most compact hybrid model to date, a 230-million-parameter, general-purpose instruction-tuned text model built on the LFM2 architecture with extended pre-training (19T tokens) and reinforcement learning, designed specifically for on-device deployment in the tightest memory and compute budgets. Its 14-layer architecture combines 8 double-gated LIV convolution blocks with 6 GQA blocks, supports a 32,768-token context window across 10 languages, and was distilled from the larger LFM2.5-350M before being refined with multi-stage reinforcement learning, making it well-suited for agentic tasks like tool use and data extraction rather than reasoning-heavy workloads such as advanced math, code generation, or creative writing. It delivers strong edge inference throughput — 213 tok/s decode speed on a Galaxy S25 Ultra and 42 tok/s on a Raspberry Pi 5 — and despite its tiny size, outperforms similarly-scaled competitors like Granite 4.0-350M and LFM2-350M on benchmarks including IFEval (71.71), BFCLv3 (43.26), and Multi-IF (37.70), while supporting native function calling via Pythonic tool calls and ChatML-style chat templates, with deployment options spanning Transformers, vLLM, llama.cpp (GGUF), ONNX, and MLX formats.
29
 
30
  ## Model Files
31