Hanzo Dev commited on
Commit ·
523229a
1
Parent(s): a03e17d
Add note about base model weights location
Browse files
README.md
CHANGED
|
@@ -29,6 +29,8 @@ Zen Max is a reasoning-first language model built on Moonshot AI's Kimi K2 Think
|
|
| 29 |
|
| 30 |
Built as a **thinking agent**, Zen Max reasons step-by-step while using tools, executing **200-300 sequential tool calls** without human interference, reasoning coherently across hundreds of steps to solve complex problems.
|
| 31 |
|
|
|
|
|
|
|
| 32 |
### Key Capabilities
|
| 33 |
|
| 34 |
#### 1. Agentic Reasoning (HLE: 44.9%)
|
|
|
|
| 29 |
|
| 30 |
Built as a **thinking agent**, Zen Max reasons step-by-step while using tools, executing **200-300 sequential tool calls** without human interference, reasoning coherently across hundreds of steps to solve complex problems.
|
| 31 |
|
| 32 |
+
> **Note**: This repository contains configuration files and documentation for Zen Max. The full model weights (~1TB) are available from the base model: [moonshotai/Kimi-K2-Thinking](https://huggingface.co/moonshotai/Kimi-K2-Thinking). Zen-specific fine-tuning instructions and adapters will be provided in future releases.
|
| 33 |
+
|
| 34 |
### Key Capabilities
|
| 35 |
|
| 36 |
#### 1. Agentic Reasoning (HLE: 44.9%)
|