File size: 1,773 Bytes
1e6133f
153a6fa
 
 
addc713
 
 
 
1e6133f
08cf508
addc713
4fc0205
03e8a53
08cf508
 
 
 
 
 
 
 
1e6133f
 
08cf508
1e6133f
08cf508
1e6133f
08cf508
 
5a79ae1
 
 
 
 
1e6133f
08cf508
1e6133f
08cf508
1e6133f
08cf508
 
 
 
 
 
 
 
 
3df9364
153a6fa
1e6133f
08cf508
1e6133f
08cf508
 
 
1694b2f
3df9364
addc713
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
license: apache-2.0
base_model: Qwen/Qwen3-4b-thinking-2507
tags:
- reasoning
- code
- inference
- chat
library_name: transformers
datasets:
- nvidia/AceReason-1.1-SFT
new_version: LucidityAI/Astral-4B
---

# Astral-4B-Preview


Astral-4B is a specialized reasoning-focused language model developed as part of the Astral series, designed to deliver high-fidelity, step-by-step reasoning with configurable depth. Built upon the Qwen3-4b-thinking-2507 foundation, this variant has been fine-tuned on the `nvidia/AceReason-1.1-SFT` dataset to enhance logical coherence, problem-solving capability, and structured thinking.

This model is currently in **preview** and intended for research, evaluation, and development use. Feedback is encouraged to guide future iterations.

---

##  Usage Instructions

To invoke the model correctly, include a **reasoning-level indicator** in the system prompt using the `Reasoning-level:` directive. The available levels are:

| Level     | Behavior |
|----------|--------|
| `none`   | No reasoning trace generated, direct response only. |
| `low`    | Minimal internal reasoning |
| `medium` | Creates a reasoning trace thats not too long nor too short |
| `high`   | Second highest reasoning depth |
| `ultra`  | Maximum depth reasoning |

> **Note**: The absence of a valid reasoning level will result in undefined behavior. Always specify one.

### Example Prompt (ChatML Format):

```xml
<|im_start|>system
Reasoning-level: high
<|im_end|>
<|im_start|>user
What is the capital of France?
<|im_end|>
<|im_start|>assistant
<think>

```

---

##  Important Notes

- This is a **preview release**. Performance may vary across edge cases or non-standard inputs.
- For production applications, please wait for the official release.

---