Update README.md
Browse files
README.md
CHANGED
|
@@ -21,26 +21,17 @@ This model is currently in **preview** and intended for research, evaluation, an
|
|
| 21 |
|
| 22 |
---
|
| 23 |
|
| 24 |
-
## Key Features
|
| 25 |
-
|
| 26 |
-
- **Configurable Reasoning Depth**: Supports explicit control over reasoning granularity via system-level prompts.
|
| 27 |
-
- **ChatML Template Compliance**: Fully compatible with the ChatML format for seamless integration into existing inference pipelines.
|
| 28 |
-
- **Structured Output**: Generates detailed reasoning traces (`<think>` blocks) when enabled, enabling auditability and interpretability.
|
| 29 |
-
- **Optimized for Complex Tasks**: Strong performance on mathematical reasoning, code generation, and multi-step logic problems.
|
| 30 |
-
|
| 31 |
-
---
|
| 32 |
-
|
| 33 |
## Usage Instructions
|
| 34 |
|
| 35 |
To invoke the model correctly, include a **reasoning-level indicator** in the system prompt using the `Reasoning-level:` directive. The available levels are:
|
| 36 |
|
| 37 |
| Level | Behavior |
|
| 38 |
|----------|--------|
|
| 39 |
-
| `none` | No reasoning trace generated
|
| 40 |
-
| `low` | Minimal internal reasoning
|
| 41 |
-
| `medium` |
|
| 42 |
-
| `high` |
|
| 43 |
-
| `ultra` |
|
| 44 |
|
| 45 |
> **Note**: The absence of a valid reasoning level will result in undefined behavior. Always specify one.
|
| 46 |
|
|
|
|
| 21 |
|
| 22 |
---
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Usage Instructions
|
| 25 |
|
| 26 |
To invoke the model correctly, include a **reasoning-level indicator** in the system prompt using the `Reasoning-level:` directive. The available levels are:
|
| 27 |
|
| 28 |
| Level | Behavior |
|
| 29 |
|----------|--------|
|
| 30 |
+
| `none` | No reasoning trace generated, direct response only. |
|
| 31 |
+
| `low` | Minimal internal reasoning |
|
| 32 |
+
| `medium` | Creates a reasoning trace thats not too long nor too short |
|
| 33 |
+
| `high` | Second highest reasoning depth |
|
| 34 |
+
| `ultra` | Maximum depth reasoning |
|
| 35 |
|
| 36 |
> **Note**: The absence of a valid reasoning level will result in undefined behavior. Always specify one.
|
| 37 |
|