Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,11 @@ This repository contains a 7B parameter student model trained using the **Reinfo
|
|
24 |
|
25 |
The 7B RLT student is distilled from a 7B Reinforcement-Learned Teacher, which has been explicitly trained to produce high-quality reasoning traces optimized for student distillation.
|
26 |
|
|
|
|
|
|
|
|
|
27 |
## Usage
|
28 |
|
29 |
-
|
30 |
-
|
|
|
24 |
|
25 |
The 7B RLT student is distilled from a 7B Reinforcement-Learned Teacher, which has been explicitly trained to produce high-quality reasoning traces optimized for student distillation.
|
26 |
|
27 |
+
The model was trained with supervised fine-tuning using the same hyperparameters, the system prompt, and the reasoning tags from [Li et al. 2025](https://arxiv.org/pdf/2502.07374).
|
28 |
+
Evaluation was conducted using the [SkyThought](https://github.com/NovaSky-AI/SkyThought) library at commit `4bb8f3e`. Please refer to our [repository](https://github.com/SakanaAI/RLT) and [paper](https://arxiv.org/abs/2506.08388) for details and results.
|
29 |
+
|
30 |
+
|
31 |
## Usage
|
32 |
|
33 |
+
This model is provided for research and development purposes only and should be considered as an experimental prototype. It is not intended for commercial use or deployment in mission-critical environments. Use of this model is at the user's own risk, and its performance and outcomes are not guaranteed. Sakana AI shall not be liable for any direct, indirect, special, incidental, or consequential damages, or any loss arising from the use of this model, regardless of the results obtained. Users must fully understand the risks associated with the use of this model and use it at their own discretion.
|
34 |
+
|