From 49998436b961c8ce64c0cbc3364d57dd8370cfab Mon Sep 17 00:00:00 2001 From: MING_X <119648793+MING-ZCH@users.noreply.github.com> Date: Sun, 10 Mar 2024 16:04:31 +0800 Subject: [PATCH 1/3] Update README.md --- datasets/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/datasets/README.md b/datasets/README.md index 6071518..fc02200 100644 --- a/datasets/README.md +++ b/datasets/README.md @@ -26,3 +26,17 @@ | *Role-play* | SoulStar | QA | 11200+ | | *Role-play* | tiangou | Conversation | 3900+ | | …… | …… | …… | …… | + +## 数据集来源 +**General**: +* 数据集 data 来自本项目 +* 数据集 data_pro 来自本项目 +* 数据集 multi_turn_dataset_1 来源 [Smile](https://github.com/qiuhuachuan/smile) +* 数据集 multi_turn_dataset_2 来源 [CPsyCounD](https://github.com/CAS-SIAT-XinHai/CPsyCoun) +* 数据集 single_turn_dataset_1 来自本项目 +* 数据集 single_turn_dataset_2 来自本项目 + +**Role-play**: +* 数据集 aiwei 来自本项目 +* 数据集 tiangou 来自本项目 +* 数据集 SoulStar 来源 [SoulStar](https://github.com/Nobody-ML/SoulStar) From b499aec9da85e5223a1f510ba6d01ea56a1cdfde Mon Sep 17 00:00:00 2001 From: MING_X <119648793+MING-ZCH@users.noreply.github.com> Date: Sun, 10 Mar 2024 16:09:17 +0800 Subject: [PATCH 2/3] Update README_EN.md --- datasets/README_EN.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/datasets/README_EN.md b/datasets/README_EN.md index 4831953..19f9bf2 100644 --- a/datasets/README_EN.md +++ b/datasets/README_EN.md @@ -26,3 +26,18 @@ | *Role-play* | SoulStar | QA | 11200+ | | *Role-play* | tiangou | Conversation | 3900+ | | …… | …… | …… | …… | + + +## Source +**General**: +* dataset `data` from this repo +* dataset `data_pro` from this repo +* dataset `multi_turn_dataset_1` from [Smile](https://github.com/qiuhuachuan/smile) +* dataset `multi_turn_dataset_2` from [CPsyCounD](https://github.com/CAS-SIAT-XinHai/CPsyCoun) +* dataset `single_turn_dataset_1` from this repo +* dataset `single_turn_dataset_2` from this repo + +**Role-play**: +* dataset `aiwei` from this repo +* dataset `tiangou` from this repo +* dataset `SoulStar` from [SoulStar](https://github.com/Nobody-ML/SoulStar) From f92fe6294a79f247b082a0b8f30e6c1c50a283d4 Mon Sep 17 00:00:00 2001 From: MING_X <119648793+MING-ZCH@users.noreply.github.com> Date: Sun, 10 Mar 2024 16:33:35 +0800 Subject: [PATCH 3/3] Update LICENSE --- LICENSE | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 0f1b313..bc105ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 aJupyter、Farewell、jujimeizuo、Smiling&Weeping、散步 +Copyright (c) 2024 aJupyter、MING-ZCH、Farewell、jujimeizuo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12,6 +12,11 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +For portions of the software that are derived from other repositories, the original licenses shall apply. +The specific portions are documented in the `./datasets/README.md` included with this distribution. +Users are responsible for complying with the terms and conditions of the original licenses +when using or distributing these portions of the software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE