Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
tags:
|
6 |
+
- medical
|
7 |
---
|
8 |
+
|
9 |
+
本项目是用Qwen1.5-7B为基础,使用心理健康对话数据集实现微调。仅用于技术研究用途。
|
10 |
+
|
11 |
+
|
12 |
+

|
13 |
+
|
14 |
+
## 引用
|
15 |
+
|
16 |
+
本项目的使用来自中文心理健康支持对话 · 数据集(SmileChat)
|
17 |
+
其具体信息如下
|
18 |
+
|
19 |
+
```
|
20 |
+
@misc{qiu2023smile,
|
21 |
+
title={SMILE: Single-turn to Multi-turn Inclusive Language Expansion via ChatGPT for Mental Health Support},
|
22 |
+
author={Huachuan Qiu and Hongliang He and Shuai Zhang and Anqi Li and Zhenzhong Lan},
|
23 |
+
year={2023},
|
24 |
+
eprint={2305.00450},
|
25 |
+
archivePrefix={arXiv},
|
26 |
+
primaryClass={cs.CL}
|
27 |
+
}
|
28 |
+
```
|