Remove upstream references from model card
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- hanzo
|
| 10 |
- abliterated
|
| 11 |
- uncensored
|
| 12 |
-
|
| 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 |
-
|
| 21 |
|
| 22 |
-
**API**: Via `api.hanzo.ai`, zen4-coder-flash
|
| 23 |
|
| 24 |
## Model Details
|
| 25 |
|
| 26 |
| Property | Value |
|
| 27 |
|----------|-------|
|
| 28 |
-
| **Local Weights** |
|
| 29 |
-
| **API
|
| 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 |
|
| 40 |
-
|-------|--------
|
| 41 |
-
| zen4 |
|
| 42 |
-
| zen4-
|
| 43 |
-
| zen4-
|
| 44 |
-
| zen4-pro |
|
| 45 |
-
| zen4-coder |
|
| 46 |
-
| zen4-coder-
|
| 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 |
-
- [
|
| 53 |
-
- [All
|
|
|
|
| 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)
|