zeekay commited on
Commit
3f73bb6
ยท
verified ยท
1 Parent(s): 5826267

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -26
README.md CHANGED
@@ -26,13 +26,10 @@ pinned: false
26
  | Model | Size | Description |
27
  |-------|------|-------------|
28
  | [**zen-nano**](https://huggingface.co/zenlm/zen-nano) | 0.6B | Ultra-lightweight edge model |
29
- | [**zen-eco-instruct**](https://huggingface.co/zenlm/zen-eco-instruct) | 4B | Efficient
30
- instruction-following |
31
- | [**zen-eco-thinking**](https://huggingface.co/zenlm/zen-eco-thinking) | 4B | Chain-of-thought
32
- reasoning |
33
  | [**zen-agent**](https://huggingface.co/zenlm/zen-agent) | 4B | Tool-calling and functions
34
- | | [**zen-coder**](https://huggingface.co/zenlm/zen-coder) | 480B | Code generation and
35
- analysis |
36
  | [**zen-next**](https://huggingface.co/zenlm/zen-next) | 80B | Professional-grade LLM |
37
  | [**zen-omni**](https://huggingface.co/zenlm/zen-omni) | 30B Multimodal | Vision-language understanding
38
  |
@@ -42,8 +39,7 @@ pinned: false
42
  | Model | Type | Description |
43
  |-------|------|-------------|
44
  | [**zen-3d**](https://huggingface.co/zenlm/zen-3d) | 3.3B | Controllable 3D asset generation |
45
- | [**zen-voyager**](https://huggingface.co/zenlm/zen-voyager) | Diffusion | Camera-controlled world
46
- exploration |
47
  | [**zen-world**](https://huggingface.co/zenlm/zen-world) | Diffusion | Large-scale world simulation
48
  |
49
 
@@ -51,10 +47,8 @@ pinned: false
51
 
52
  | Model | Type | Description |
53
  |-------|------|-------------|
54
- | [**zen-director**](https://huggingface.co/zenlm/zen-director) | 5B | Text/image-to-video
55
- generation | |
56
- | [**zen-i2v**](https://huggingface.co/zenlm/zen-video-i2v) | Diffusion | Image-to-video
57
- animation |
58
  | [**zen-video**](https://huggingface.co/zenlm/zen-video) | Diffusion | High-quality video synthesis
59
 
60
  ### ๐ŸŽต Audio Generation
@@ -63,8 +57,12 @@ pinned: false
63
  |-------|------|-------------|
64
  | [**zen-musician**](https://huggingface.co/zenlm/zen-musician) | 7B | Music generation (lyrics โ†’
65
  songs) |
66
- | [**zen-foley**](https://huggingface.co/zenlm/zen-foley) | Diffusion | Video-to-audio Foley effects
67
- |
 
 
 
 
68
 
69
  ### ๐ŸŽจ Creative & Design
70
 
@@ -86,12 +84,6 @@ pinned: false
86
  | [**zen-coder-80B**](https://huggingface.co/zenlm/zen-code-docs) | 80B | Documentation generation |
87
  | [**zen-coder-480B**](https://huggingface.co/zenlm/zen-code-action) | 480B | Code action suggestions |
88
 
89
- ### ๐Ÿ“ Content Creation
90
-
91
- | Model | Type | Description |
92
- |-------|------|-------------|
93
- | [**zen-blog**](https://huggingface.co/zenlm/zen-blog) | 4B | Blog and article writing |
94
- | [**zen-scribe**](https://huggingface.co/zenlm/zen-scribe) | 4B | Professional content writing |
95
 
96
  ### ๐Ÿ›ก๏ธ Safety & Moderation
97
 
@@ -114,13 +106,9 @@ pinned: false
114
 
115
  ## Why Zen LM?
116
 
117
- ๐Ÿš€ **Ultra-Efficient** - 4B parameters achieving 70B-class performance โ€ข Runs on phones, laptops,
118
- Raspberry Pi
119
-
120
  ๐Ÿ”’ **Truly Private** - 100% local processing โ€ข No accounts, no telemetry, no tracking
121
-
122
  ๐ŸŒฑ **Environmentally Responsible** - 95% less energy than cloud AI โ€ข Carbon-negative operations
123
-
124
  ๐Ÿ’š **Free Forever** - Apache 2.0 licensed โ€ข No premium tiers or API fees
125
 
126
  ---
@@ -161,5 +149,5 @@ pinned: false
161
  ---
162
  ๐Ÿ“ฎ Contact
163
 
164
- ๐ŸŒ https://zenlm.org โ€ข ๐Ÿ’ฌ https://discord.gg/zenlm โ€ข ๐Ÿฆ https://twitter.com/zenlm_ai โ€ข ๐Ÿ“ง
165
  hello@zenlm.org
 
26
  | Model | Size | Description |
27
  |-------|------|-------------|
28
  | [**zen-nano**](https://huggingface.co/zenlm/zen-nano) | 0.6B | Ultra-lightweight edge model |
29
+ | [**zen-eco-instruct**](https://huggingface.co/zenlm/zen-eco-instruct) | 4B | Efficient instruction-following |
30
+ | [**zen-eco-thinking**](https://huggingface.co/zenlm/zen-eco-thinking) | 4B | Chain-of-thought reasoning |
 
 
31
  | [**zen-agent**](https://huggingface.co/zenlm/zen-agent) | 4B | Tool-calling and functions
32
+ | | [**zen-coder**](https://huggingface.co/zenlm/zen-coder) | 480B | Code generation and analysis |
 
33
  | [**zen-next**](https://huggingface.co/zenlm/zen-next) | 80B | Professional-grade LLM |
34
  | [**zen-omni**](https://huggingface.co/zenlm/zen-omni) | 30B Multimodal | Vision-language understanding
35
  |
 
39
  | Model | Type | Description |
40
  |-------|------|-------------|
41
  | [**zen-3d**](https://huggingface.co/zenlm/zen-3d) | 3.3B | Controllable 3D asset generation |
42
+ | [**zen-voyager**](https://huggingface.co/zenlm/zen-voyager) | Diffusion | Camera-controlled world exploration |
 
43
  | [**zen-world**](https://huggingface.co/zenlm/zen-world) | Diffusion | Large-scale world simulation
44
  |
45
 
 
47
 
48
  | Model | Type | Description |
49
  |-------|------|-------------|
50
+ | [**zen-director**](https://huggingface.co/zenlm/zen-director) | 5B | Text/image-to-video generation | |
51
+ | [**zen-i2v**](https://huggingface.co/zenlm/zen-video-i2v) | Diffusion | Image-to-video animation |
 
 
52
  | [**zen-video**](https://huggingface.co/zenlm/zen-video) | Diffusion | High-quality video synthesis
53
 
54
  ### ๐ŸŽต Audio Generation
 
57
  |-------|------|-------------|
58
  | [**zen-musician**](https://huggingface.co/zenlm/zen-musician) | 7B | Music generation (lyrics โ†’
59
  songs) |
60
+ | [**zen-foley**](https://huggingface.co/zenlm/zen-foley) | Diffusion | Video-to-audio Foley effects |
61
+ ### ๐Ÿ“ Audio Transcription
62
+
63
+ | Model | Type | Description |
64
+ |-------|------|-------------|
65
+ | [**zen-scribe**](https://huggingface.co/zenlm/zen-scribe) | 4B | Audio transcription |
66
 
67
  ### ๐ŸŽจ Creative & Design
68
 
 
84
  | [**zen-coder-80B**](https://huggingface.co/zenlm/zen-code-docs) | 80B | Documentation generation |
85
  | [**zen-coder-480B**](https://huggingface.co/zenlm/zen-code-action) | 480B | Code action suggestions |
86
 
 
 
 
 
 
 
87
 
88
  ### ๐Ÿ›ก๏ธ Safety & Moderation
89
 
 
106
 
107
  ## Why Zen LM?
108
 
109
+ ๐Ÿš€ **Ultra-Efficient** - 06.B parameters to 480B-class performance โ€ข Runs on phones, laptops, and AI super computers
 
 
110
  ๐Ÿ”’ **Truly Private** - 100% local processing โ€ข No accounts, no telemetry, no tracking
 
111
  ๐ŸŒฑ **Environmentally Responsible** - 95% less energy than cloud AI โ€ข Carbon-negative operations
 
112
  ๐Ÿ’š **Free Forever** - Apache 2.0 licensed โ€ข No premium tiers or API fees
113
 
114
  ---
 
149
  ---
150
  ๐Ÿ“ฎ Contact
151
 
152
+ ๐ŸŒ https://zenlm.org โ€ข ๐Ÿ’ฌ https://discord.gg/hanzoai โ€ข ๐Ÿฆ https://twitter.com/hanzoai โ€ข ๐Ÿ“ง
153
  hello@zenlm.org