zeekay commited on
Commit
4d54c05
·
verified ·
1 Parent(s): 13e18b5

Remove upstream references from model card

Browse files
Files changed (1) hide show
  1. README.md +26 -16
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  - hanzo
10
  - abliterated
11
  - uncensored
12
- base_model: huihui-ai/Huihui-GLM-4.7-Flash-abliterated
13
  pipeline_tag: text-generation
14
  ---
15
 
@@ -17,16 +17,16 @@ pipeline_tag: text-generation
17
 
18
  **Zen4 Coder Flash** is a fast code-specialized language model from the [Zen4 family](https://zenlm.org) by [Zen LM](https://huggingface.co/zenlm) and [Hanzo AI](https://hanzo.ai).
19
 
20
- Built on abliterated (uncensored) weights from GLM-4.7-Flash for unrestricted, open-ended AI assistance.
21
 
22
- **API**: Via `api.hanzo.ai`, zen4-coder-flash routes to Qwen3-Coder-30B-A3B (30B MoE, 3B active, 262K context).
23
 
24
  ## Model Details
25
 
26
  | Property | Value |
27
  |----------|-------|
28
- | **Local Weights** | GLM-4.7-Flash (abliterated, 31B MoE, 3B active) |
29
- | **API Upstream** | Qwen3-Coder-30B-A3B (30B MoE, 3B active) |
30
  | **Context** | 262K tokens |
31
  | **License** | MIT |
32
  | **Family** | Zen4 |
@@ -34,20 +34,30 @@ Built on abliterated (uncensored) weights from GLM-4.7-Flash for unrestricted, o
34
 
35
  ## Zen4 Family
36
 
 
 
 
 
 
 
 
 
 
 
 
37
  ### API Models (api.hanzo.ai)
38
 
39
- | Model | Upstream | Params | Active | Context |
40
- |-------|----------|--------|--------|---------|
41
- | zen4 | GLM-5 | 744B MoE | 40B | 205K |
42
- | zen4-max | Kimi K2-Thinking | 1.04T MoE | 32B | 256K |
43
- | zen4-ultra | GLM-5 (thinking) | 744B MoE | 40B | 205K |
44
- | zen4-pro | Qwen3-Next-80B-A3B | 80B MoE | 3B | 131K |
45
- | zen4-coder | Qwen3-Coder-480B-A35B | 480B MoE | 35B | 262K |
46
- | zen4-coder-flash | Qwen3-Coder-30B-A3B | 30B MoE | 3B | 262K |
47
- | zen4-coder-pro | Qwen3-Coder-480B BF16 | 480B | 480B | 262K |
48
 
49
  ## Links
50
 
51
  - [Zen LM](https://zenlm.org) | [Hanzo AI](https://hanzo.ai)
52
- - [GitHub](https://github.com/zenlm/zen4-coder-flash)
53
- - [All Zen4 Models](https://huggingface.co/zenlm)
 
9
  - hanzo
10
  - abliterated
11
  - uncensored
12
+ - code
13
  pipeline_tag: text-generation
14
  ---
15
 
 
17
 
18
  **Zen4 Coder Flash** is a fast code-specialized language model from the [Zen4 family](https://zenlm.org) by [Zen LM](https://huggingface.co/zenlm) and [Hanzo AI](https://hanzo.ai).
19
 
20
+ Abliterated (uncensored) weights optimized for speed and inline code completions.
21
 
22
+ **API**: Via `api.hanzo.ai`, zen4-coder-flash serves 30B MoE (3B active, 262K context).
23
 
24
  ## Model Details
25
 
26
  | Property | Value |
27
  |----------|-------|
28
+ | **Local Weights** | 31B MoE (3B active) |
29
+ | **API Parameters** | 30B MoE (3B active) |
30
  | **Context** | 262K tokens |
31
  | **License** | MIT |
32
  | **Family** | Zen4 |
 
34
 
35
  ## Zen4 Family
36
 
37
+ ### Local Weights (HuggingFace)
38
+
39
+ | Tier | Model | Params | Active | Context |
40
+ |------|-------|--------|--------|---------|
41
+ | Edge | [Zen4 Mini](https://huggingface.co/zenlm/zen4-mini) | 4B | 4B | 32K |
42
+ | Standard | [Zen4](https://huggingface.co/zenlm/zen4) | 8B | 8B | 32K |
43
+ | Professional | [Zen4 Pro](https://huggingface.co/zenlm/zen4-pro) | 14B | 14B | 32K |
44
+ | Code (Fast) | [Zen4 Coder Flash](https://huggingface.co/zenlm/zen4-coder-flash) | 31B MoE | 3B | 131K |
45
+ | Code | [Zen4 Coder](https://huggingface.co/zenlm/zen4-coder) | 80B MoE | 3B | 256K |
46
+ | Cloud | [Zen4 Ultra](https://huggingface.co/zenlm/zen4-ultra) | 1.04T MoE | 32B | 256K |
47
+
48
  ### API Models (api.hanzo.ai)
49
 
50
+ | Model | Params | Active | Context | Tier |
51
+ |-------|--------|--------|---------|------|
52
+ | zen4 | 744B MoE | 40B | 202K | ultra max |
53
+ | zen4-ultra | 744B MoE + CoT | 40B | 202K | ultra max |
54
+ | zen4-max | 1.04T MoE | 32B | 256K | ultra max |
55
+ | zen4-pro | 80B MoE | 3B | 131K | ultra |
56
+ | zen4-coder | 480B MoE | 35B | 262K | ultra |
57
+ | zen4-coder-pro | 480B Dense BF16 | 480B | 262K | ultra max |
 
58
 
59
  ## Links
60
 
61
  - [Zen LM](https://zenlm.org) | [Hanzo AI](https://hanzo.ai)
62
+ - [API](https://api.hanzo.ai/v1)
63
+ - [All Zen Models](https://huggingface.co/zenlm)