apolloparty commited on
Commit
2d80ebf
·
verified ·
1 Parent(s): 4dcf05e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
18
+ - edge
19
+ - NVFP4
20
+ - NVFP4A16
21
+ - FP4
22
+ base_model:
23
+ - LiquidAI/LFM2-1.2B
24
+ ---
25
+ <center>
26
+ <div style="text-align: center;">
27
+ <img
28
+ src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/7_6D7rWrLxp2hb6OHSV1p.png"
29
+ alt="Liquid AI"
30
+ style="width: 100%; max-width: 66%; height: auto; display: inline-block; margin-bottom: 0.5em; margin-top: 0.5em;"
31
+ />
32
+ </div>
33
+
34
+ <a href="https://playground.liquid.ai/chat">
35
+ <svg width="114.8" height="20" viewBox="0 0 1300 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Liquid Playground" style="margin-bottom: 1em;">
36
+ <title>Liquid: Playground</title>
37
+ <g>
38
+ <rect fill="#fff" width="600" height="200"></rect>
39
+ <rect fill="url(#x)" x="600" width="700" height="200"></rect>
40
+ </g>
41
+ <g transform="translate(20, 30) scale(0.4, 0.4)">
42
+ <path d="M172.314 129.313L172.219 129.367L206.125 188.18C210.671 195.154 213.324 203.457 213.324 212.382C213.324 220.834 210.956 228.739 206.839 235.479L275.924 213.178L167.853 33.6L141.827 76.9614L172.314 129.313Z" fill="black"/>
43
+ <path d="M114.217 302.4L168.492 257.003C168.447 257.003 168.397 257.003 168.352 257.003C143.515 257.003 123.385 237.027 123.385 212.387C123.385 203.487 126.023 195.204 130.55 188.24L162.621 132.503L135.966 86.7327L60.0762 213.183L114.127 302.4H114.217Z" fill="black"/>
44
+ <path d="M191.435 250.681C191.435 250.681 191.43 250.681 191.425 250.686L129.71 302.4H221.294L267.71 226.593L191.435 250.686V250.681Z" fill="black"/>
45
+ </g>
46
+ <g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
47
+ <text x="200" y="148" textLength="329" fill="#000" opacity="0.1">Liquid</text>
48
+ <text x="190" y="138" textLength="329" fill="#000">Liquid</text>
49
+ <text x="655" y="148" textLength="619" fill="#000" opacity="0.1">Playground</text>
50
+ <text x="645" y="138" textLength="619">Playground</text>
51
+ </g>
52
+
53
+ <linearGradient id="x" x1="0%" y1="0%" x2="100%" y2="0%">
54
+ <stop offset="0%" style="stop-color:#000000"></stop>
55
+ <stop offset="100%" style="stop-color:#000000"></stop>
56
+ </linearGradient>
57
+ </svg>
58
+ </a>
59
+ </center>
60
+ # LFM2-350M-NVFP4A16
61
+
62
+ LFM2 is a new generation of hybrid models developed by [Liquid AI](https://www.liquid.ai/), specifically designed for edge AI and on-device deployment. It sets a new standard in terms of quality, speed, and memory efficiency.
63
+
64
+ Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2-1.2B
65
+
66
+ ## 🏃 How to run LFM2 (NVFP4A16)
67
+ Require Blackwell GPU and [vllm](https://github.com/vllm-project/vllm):
68
+
69
+ ```
70
+ vllm serve apolloparty/LFM2-12B-NVFP4A16
71
+ ```