GMLHUHE commited on
Commit
0a18f3d
·
verified ·
1 Parent(s): 6fd31b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -15,6 +15,9 @@ It integrates **diagnostic reasoning** and **therapeutic reasoning**, following
15
  The model is trained on the [**OpenR1-Psy**](https://huggingface.co/datasets/GMLHUHE/OpenR1-Psy) dataset ([arXiv:2505.15715](https://arxiv.org/abs/2505.15715)),
16
  featuring multi-turn counseling dialogues with explicit reasoning traces that support **clinically informed, empathetic, and interpretable** AI-assisted therapy.
17
 
 
 
 
18
  ## 推理示例代码
19
 
20
  ```python
 
15
  The model is trained on the [**OpenR1-Psy**](https://huggingface.co/datasets/GMLHUHE/OpenR1-Psy) dataset ([arXiv:2505.15715](https://arxiv.org/abs/2505.15715)),
16
  featuring multi-turn counseling dialogues with explicit reasoning traces that support **clinically informed, empathetic, and interpretable** AI-assisted therapy.
17
 
18
+ The training process is implemented based on the open-source framework
19
+ \href{https://github.com/hiyouga/LLaMA-Factory}{\textbf{LLaMA-Factory}}.
20
+
21
  ## 推理示例代码
22
 
23
  ```python