Skip to content

Commit d2e6147

Browse files
authored
Dev (#256)
2 parents 5e172b5 + 6a05650 commit d2e6147

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@
188188
- [版权说明](#版权说明)
189189
- [引用](#引用)
190190
- [特别鸣谢](#特别鸣谢)
191+
- [相关项目](#相关项目)
192+
- [人员](#人员)
191193
- [Star History](#star-history)
192194
- [🌟 Contributors](#-contributors)
193195
- [交流群](#交流群)
@@ -317,6 +319,12 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git
317319

318320
### 特别鸣谢
319321

322+
#### 相关项目
323+
- [CPsyCoun](https://github.com/CAS-SIAT-XinHai/CPsyCoun)
324+
- [Smile](https://github.com/qiuhuachuan/smile)
325+
- [SoulChat](https://github.com/scutcyr/SoulChat)
326+
327+
#### 人员
320328
- [上海人工智能实验室](https://www.shlab.org.cn/)
321329
- [闻星(浦语小助手)](https://github.com/vansin)
322330
- 阿布(北大心理学硕士)

README_EN.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ The Model aims to fully understand and promote the mental health of individuals,
189189
- [Authors (in no particular order)](#authors-in-no-particular-order)
190190
- [Copyright Notice](#copyright-notice)
191191
- [Acknowledgments](#acknowledgments)
192+
- [Related Projects](#related-projects)
193+
- [People](#people)
192194
- [Star History](#star-history)
193195
- [🌟 Contributors](#-contributors)
194196
- [Communication group](#communication-group)
@@ -307,10 +309,15 @@ The project is licensed under the MIT License. Please refer to the details
307309
[LICENSE](https://github.com/SmartFlowAI/EmoLLM/blob/master/LICENSE)
308310

309311
### Acknowledgments
312+
#### Related Projects
313+
- [CPsyCoun](https://github.com/CAS-SIAT-XinHai/CPsyCoun)
314+
- [Smile](https://github.com/qiuhuachuan/smile)
315+
- [SoulChat](https://github.com/scutcyr/SoulChat)
310316

317+
#### People
311318
- [Shanghai Artificial Intelligence Laboratory](https://www.shlab.org.cn/)
312319
- [Vansin](https://github.com/vansin)
313-
- A.bu (M.A. in Psychology, Peking University)
320+
- A.bu (M.S. in Psychology, Peking University)
314321
- [Sanbuphy](https://github.com/sanbuphy)
315322
- [HatBoy](https://github.com/hatboy)
316323

datasets/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* 数据集按用处分为两种类型:**General****Role-play**
44
* 数据按格式分为两种类型:**QA****Conversation**
5-
* 数据汇总:General(**8个数据集**);Role-play(**5个数据集**
5+
* 数据汇总:General(**9个数据集**);Role-play(**5个数据集**
66

77
## 数据集类型
88

@@ -22,6 +22,7 @@
2222
| *General* | data_pro | Conversation | 36,500+ |
2323
| *General* | multi_turn_dataset_1 | Conversation | 36,000+ |
2424
| *General* | multi_turn_dataset_2 | Conversation | 27,000+ |
25+
| *General* | multi_turn_dataset_3 | Conversation | 1,517,300+ |
2526
| *General* | single_turn_dataset_1 | QA | 14,000+ |
2627
| *General* | single_turn_dataset_2 | QA | 18,300+ |
2728
| *General* | self_cognition_EmoLLM | QA | 85+ |
@@ -40,7 +41,8 @@
4041
* 数据集 `data` 来自本项目
4142
* 数据集 `data_pro` 来自本项目
4243
* 数据集 `multi_turn_dataset_1` 来源 [Smile](https://github.com/qiuhuachuan/smile)
43-
* 数据集 `multi_turn_dataset_2` 来源 [CPsyCounD](https://github.com/CAS-SIAT-XinHai/CPsyCoun)
44+
* ⭐数据集 `multi_turn_dataset_2` 来源 [CPsyCounD](https://github.com/CAS-SIAT-XinHai/CPsyCoun)
45+
* 数据集 `multi_turn_dataset_3` 来源 [SoulChat](https://github.com/scutcyr/SoulChat)
4446
* 数据集 `single_turn_dataset_1` 来自本项目
4547
* 数据集 `single_turn_dataset_2` 来自本项目
4648
* 数据集 `self_cognition_EmoLLM` 来自本项目

datasets/README_EN.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Category of dataset: **General** and **Role-play**
44
* Type of data: **QA** and **Conversation**
5-
* Summary: General(**8 datasets**), Role-play(**5 datasets**)
5+
* Summary: General(**9 datasets**), Role-play(**5 datasets**)
66

77
## Category
88
* **General**: generic dataset, including psychological Knowledge, counseling technology, etc.
@@ -20,6 +20,7 @@
2020
| *General* | data_pro | Conversation | 36,500+ |
2121
| *General* | multi_turn_dataset_1 | Conversation | 36,000+ |
2222
| *General* | multi_turn_dataset_2 | Conversation | 27,000+ |
23+
| *General* | multi_turn_dataset_3 | Conversation | 1,517,300+ |
2324
| *General* | single_turn_dataset_1 | QA | 14,000+ |
2425
| *General* | single_turn_dataset_2 | QA | 18,300+ |
2526
| *General* | self_cognition_EmoLLM | QA | 85+ |
@@ -38,6 +39,7 @@
3839
* dataset `data_pro` from this repo
3940
* dataset `multi_turn_dataset_1` from [Smile](https://github.com/qiuhuachuan/smile)
4041
* dataset `multi_turn_dataset_2` from [CPsyCounD](https://github.com/CAS-SIAT-XinHai/CPsyCoun)
42+
* dataset `multi_turn_dataset_3` from [SoulChat](https://github.com/scutcyr/SoulChat)
4143
* dataset `single_turn_dataset_1` from this repo
4244
* dataset `single_turn_dataset_2` from this repo
4345
* dataset `self_cognition_EmoLLM` from this repo

0 commit comments

Comments
 (0)