feat: AI safety research positioning
Browse files
README.md
CHANGED
|
@@ -16,9 +16,11 @@ base_model: zenlm/zen-next-80b-instruct
|
|
| 16 |
|
| 17 |
# Zen Multilingual
|
| 18 |
|
| 19 |
-
> **Parameters**: 32B | **Architecture**: Zen
|
| 20 |
|
| 21 |
-
Multilingual
|
|
|
|
|
|
|
| 22 |
|
| 23 |
Base weights: [zenlm/zen-next-80b-instruct](https://huggingface.co/zenlm/zen-next-80b-instruct)
|
| 24 |
|
|
@@ -36,11 +38,8 @@ print(tokenizer.decode(output[0][inputs.input_ids.shape[-1]:], skip_special_toke
|
|
| 36 |
---
|
| 37 |
## The Zen LM Family
|
| 38 |
|
| 39 |
-
Joint research
|
| 40 |
-
- **Hanzo AI** (Techstars '17) — AI infrastructure, API gateway, inference optimization
|
| 41 |
-
- **Zoo Labs Foundation** (501c3) — Open AI research, ZIPs governance, decentralized training
|
| 42 |
-
- **Lux Partners Limited** — Compute coordination and settlement layer
|
| 43 |
|
| 44 |
All weights Apache 2.0. Download, run locally, fine-tune, deploy commercially.
|
| 45 |
|
| 46 |
-
[HuggingFace](https://huggingface.co/zenlm) · [Chat
|
|
|
|
| 16 |
|
| 17 |
# Zen Multilingual
|
| 18 |
|
| 19 |
+
> **Parameters**: 32B | **Architecture**: Zen 3 Architecture | **Context**: 128K | **License**: Apache 2.0 | **Released**: 2024-12-01
|
| 20 |
|
| 21 |
+
Multilingual generation across 30+ languages: English, Chinese, Japanese, Korean, Arabic, Spanish, French, German, Portuguese, Russian, and more.
|
| 22 |
+
|
| 23 |
+
Strong at cross-lingual reasoning, code-switching, and multilingual instruction following.
|
| 24 |
|
| 25 |
Base weights: [zenlm/zen-next-80b-instruct](https://huggingface.co/zenlm/zen-next-80b-instruct)
|
| 26 |
|
|
|
|
| 38 |
---
|
| 39 |
## The Zen LM Family
|
| 40 |
|
| 41 |
+
Joint research between **Hanzo AI** (Techstars '17), **Zoo Labs Foundation** (501c3), and **Lux Partners Limited**.
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
All weights Apache 2.0. Download, run locally, fine-tune, deploy commercially.
|
| 44 |
|
| 45 |
+
[HuggingFace](https://huggingface.co/zenlm) · [Chat](https://hanzo.chat) · [API](https://api.hanzo.ai) · [Docs](https://zenlm.org)
|