HyzeAI commited on
Commit
f5c8a18
·
verified ·
1 Parent(s): 97a7be9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -41
README.md CHANGED
@@ -1,52 +1,31 @@
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
- - llama.cpp
20
- - gguf
 
21
  base_model:
 
22
  - LiquidAI/LFM2.5-350M
23
  ---
 
 
 
24
 
25
- <div align="center">
26
- <img
27
- src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/2b08LKpev0DNEk6DlnWkY.png"
28
- alt="Liquid AI"
29
- style="width: 100%; max-width: 100%; height: auto; display: inline-block; margin-bottom: 0.5em; margin-top: 0.5em;"
30
- />
31
- <div style="display: flex; justify-content: center; gap: 0.5em; margin-bottom: 1em;">
32
- <a href="https://playground.liquid.ai/"><strong>Try LFM</strong></a> •
33
- <a href="https://docs.liquid.ai/lfm/getting-started/welcome"><strong>Docs</strong></a> •
34
- <a href="https://leap.liquid.ai/"><strong>LEAP</strong></a> •
35
- <a href="https://discord.com/invite/liquid-ai"><strong>Discord</strong></a>
36
- </div>
37
- </div>
38
- <br>
39
 
40
- # LFM2.5-350M-GGUF
 
 
41
 
42
- 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.
43
-
44
- Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2.5-350M
45
-
46
- ## 🏃 How to run LFM2
47
-
48
- Example usage with [llama.cpp](https://github.com/ggml-org/llama.cpp):
49
-
50
- ```
51
- llama-cli -hf LiquidAI/LFM2.5-350M-GGUF
52
- ```
 
1
  ---
2
+ license: apache-2.0
 
 
3
  language:
4
  - en
 
 
 
 
 
 
 
5
  pipeline_tag: text-generation
6
  tags:
7
+ - text-generation-inference
8
+ - code
9
+ - Hitesh_V_Founder
10
+ - https://chat.hyze.dev
11
+ - llama-cpp
12
+ - gguf-my-repo
13
  base_model:
14
+ - HyzeAI/HyzeMini
15
  - LiquidAI/LFM2.5-350M
16
  ---
17
+ <p align="center">
18
+ <img src="https://i.imgur.com/ePJMLNp.png" alt="Hyze Logo" width="405"/>
19
+ </p>
20
 
21
+ <h1 align="center">HyzeMini-V2</h1>
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
+ <p align="center">
24
+ A quantized lightweight text-generation model by <b>Hyze AI</b>
25
+ </p>
26
 
27
+ <p align="center">
28
+ 🔗 <a href="https://chat.hyze.dev">Chat with all models</a> •
29
+ 📘 <a href="https://academy.hyze.dev">HyzeAcademy</a> •
30
+ 🧠 <a href="https://note.hyze.dev">HyzeNote (NotebookLM alternate)</a>
31
+ </p>