初始化项目,由ModelHub XC社区提供模型

Model: SakanaAI/RLT-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-26 00:59:52 +08:00
commit d4edfff2da
16 changed files with 152147 additions and 0 deletions

40
README.md Normal file
View File

@@ -0,0 +1,40 @@
---
license: apache-2.0
language:
- en
- zh
base_model:
- Qwen/Qwen2.5-7B-Instruct
pipeline_tag: text-generation
tags:
- reasoning
- reinforcement
- learning
- RLT
- math
- science
- code
- distillation
---
# RLT-7B
This repository contains a 7B parameter student model trained using the **Reinforcement-Learned Teachers (RLT)** pipeline introduced in our paper [Reinforcement Learning Teachers](https://arxiv.org/abs/2506.08388).
## Model Details
- **Developed by:** [Sakana AI](https://sakana.ai/)
- **Model type:** Autoregressive Language Model
- **License:** Apache License, Version 2.0
- **Paper:** https://arxiv.org/abs/2506.08388
- **Code:** https://github.com/SakanaAI/RLT
## Model Description
This 7B RLT student was distilled from a 7B Reinforcement-Learned Teacher, which has been explicitly trained to produce high-quality reasoning traces optimized for student distillation. 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).
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.
## Usage
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.