From 63d05d3fcc3f78eec395a9f9eba6186ec990eb0e Mon Sep 17 00:00:00 2001 From: JessyTsu1 <51992423+JessyTsu1@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:17:00 +0800 Subject: [PATCH 1/3] Update README.md Former-commit-id: dcd4858fd2c2ac4d3cce8a369dc9991108c03821 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94238a7b..2d26a482 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \ - **[DISC-LawLLM](https://github.com/FudanDISC/DISC-LawLLM)**: A large language model specialized in Chinese legal domain, based on Baichuan-13B, is capable of retrieving and reasoning on legal knowledge. - **[Sunsimiao](https://github.com/thomas-yanxin/Sunsimiao)**: A large language model specialized in Chinese medical domain, based on Baichuan-7B and ChatGLM-6B. - **[CareGPT](https://github.com/WangRongsheng/CareGPT)**: A series of large language models for Chinese medical domain, based on LLaMA2-7B and Baichuan-13B. - +- **[MachineMindset](https://github.com/PKU-YuanGroup/Machine-Mindset/)**: Psychology MBTI large language model Project, capable of giving any LLM 16 different personality types based on dataset + training method. > [!TIP] > If you have a project that should be incorporated, please contact via email or create a pull request. From 74e025946244d9ac2458f8f77fecc53890e502d8 Mon Sep 17 00:00:00 2001 From: JessyTsu1 <51992423+JessyTsu1@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:17:48 +0800 Subject: [PATCH 2/3] Update README_zh.md Former-commit-id: 8677309a38140ec1e1be3f81d0b2024df3f16c21 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 76205359..60fdacc5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -569,7 +569,7 @@ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \ - **[DISC-LawLLM](https://github.com/FudanDISC/DISC-LawLLM)**: 中文法律领域大模型 DISC-LawLLM,基于 Baichuan-13B 微调而得,具有法律推理和知识检索能力。 - **[Sunsimiao](https://github.com/thomas-yanxin/Sunsimiao)**: 孙思邈中文医疗大模型 Sumsimiao,基于 Baichuan-7B 和 ChatGLM-6B 在中文医疗数据上微调而得。 - **[CareGPT](https://github.com/WangRongsheng/CareGPT)**: 医疗大模型项目 CareGPT,基于 LLaMA2-7B 和 Baichuan-13B 在中文医疗数据上微调而得。 - +- **[MachineMindset](https://github.com/PKU-YuanGroup/Machine-Mindset/)**: MBTI性格大模型项目,可以根据数据集+训练方式让任何LLM拥有16个不同的性格类型 > [!TIP] > 如果您有项目希望添加至上述列表,请通过邮件联系或者创建一个 PR。 From d76b2acd3f2dda7cd11553fe22e4761eacfd0978 Mon Sep 17 00:00:00 2001 From: JessyTsu1 <51992423+JessyTsu1@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:18:29 +0800 Subject: [PATCH 3/3] Update README.md Former-commit-id: 547d4df5c7a1d6dd95cfed37229701ce507b421c --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d26a482..46076546 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \ - **[DISC-LawLLM](https://github.com/FudanDISC/DISC-LawLLM)**: A large language model specialized in Chinese legal domain, based on Baichuan-13B, is capable of retrieving and reasoning on legal knowledge. - **[Sunsimiao](https://github.com/thomas-yanxin/Sunsimiao)**: A large language model specialized in Chinese medical domain, based on Baichuan-7B and ChatGLM-6B. - **[CareGPT](https://github.com/WangRongsheng/CareGPT)**: A series of large language models for Chinese medical domain, based on LLaMA2-7B and Baichuan-13B. -- **[MachineMindset](https://github.com/PKU-YuanGroup/Machine-Mindset/)**: Psychology MBTI large language model Project, capable of giving any LLM 16 different personality types based on dataset + training method. +- **[MachineMindset](https://github.com/PKU-YuanGroup/Machine-Mindset/)**: MBTI Personality large language model Project, capable of giving any LLM 16 different personality types based on dataset + training method. > [!TIP] > If you have a project that should be incorporated, please contact via email or create a pull request.