sd-inf commited on
Commit
5a79ae1
·
verified ·
1 Parent(s): 03e8a53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -14
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; direct response only. |
40
- | `low` | Minimal internal reasoning; concise output. |
41
- | `medium` | Balanced reasoning with intermediate steps. |
42
- | `high` | Detailed step-by-step reasoning with full justification. |
43
- | `ultra` | Maximal depth reasoning; exhaustive exploration of alternatives and edge cases. |
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