This repository contains an RQ3 supervised fine-tuning checkpoint for prosecution decision prediction (PDP) experiments based on Qwen/Qwen3-8B.
Given suspect information, procedural information, and factual information, the model is trained to generate structured prosecutorial reasoning and a final decision in the PDP setting.
The supervised target follows the project format with a reasoning block and an answer block:
1<think>
2...
3</think>
4
5<answer>
6【适用法条】
7...
8
9【审查分析】
10...
11
12【最终结论】
13决定:...
14</answer>
This repository was uploaded from an intermediate training checkpoint directory. If the source was a DeepSpeed ZeRO checkpoint, additional conversion or consolidation may be required for direct standalone inference.