fix: rename abliterated → uncensored branding
Browse files
README.md
CHANGED
|
@@ -7,31 +7,19 @@ tags:
|
|
| 7 |
- zen
|
| 8 |
- zenlm
|
| 9 |
- hanzo-ai
|
| 10 |
-
-
|
| 11 |
pipeline_tag: text-generation
|
| 12 |
library_name: transformers
|
| 13 |
base_model: zenlm/zen4-coder
|
| 14 |
---
|
| 15 |
|
| 16 |
-
# Zen4 Coder
|
| 17 |
|
| 18 |
-
> **Parameters**: 80B MoE | **Context**: 256K | **License**: Apache 2.0
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
Weights at [zenlm/zen4-coder](https://huggingface.co/zenlm/zen4-coder) — abliterated post-training via representation engineering.
|
| 23 |
-
|
| 24 |
-
## Abliteration
|
| 25 |
-
|
| 26 |
-
Abliterated using representation engineering (Arditi et al., 2024 —
|
| 27 |
-
*Refusal in Language Models Is Mediated by a Single Direction*, arXiv:2406.11717).
|
| 28 |
-
|
| 29 |
-
Refusal direction orthogonalized out of the residual stream across all layers.
|
| 30 |
-
All capabilities preserved; safety-trained refusals removed.
|
| 31 |
-
|
| 32 |
-
**Intended uses**: Research, security testing, creative writing, red-teaming.
|
| 33 |
-
**Still prohibited**: CSAM, targeted harassment, mass-casualty weapon synthesis.
|
| 34 |
|
|
|
|
| 35 |
|
| 36 |
---
|
| 37 |
## The Zen LM Family
|
|
|
|
| 7 |
- zen
|
| 8 |
- zenlm
|
| 9 |
- hanzo-ai
|
| 10 |
+
- zen-4
|
| 11 |
pipeline_tag: text-generation
|
| 12 |
library_name: transformers
|
| 13 |
base_model: zenlm/zen4-coder
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# Zen4 Coder Uncensored
|
| 17 |
|
| 18 |
+
> **Parameters**: 80B MoE | **Architecture**: Zen 4 Architecture | **Context**: 256K | **License**: Apache 2.0
|
| 19 |
|
| 20 |
+
Zen 4 Coder Uncensored — frontier code model, safety restrictions removed. For security research and unrestricted code generation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
+
Weights at [zenlm/zen4-coder](https://huggingface.co/zenlm/zen4-coder).
|
| 23 |
|
| 24 |
---
|
| 25 |
## The Zen LM Family
|