From 8621df8496a2d237567d0cf7a90f5a7908bad41e Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 11:15:42 +0800
Subject: [PATCH 01/16] Add files via upload
readme en
---
README_English_version.md | 234 ++++++++++++++++++++++++++++++++++++++
1 file changed, 234 insertions(+)
create mode 100644 README_English_version.md
diff --git a/README_English_version.md b/README_English_version.md
new file mode 100644
index 0000000..80a9298
--- /dev/null
+++ b/README_English_version.md
@@ -0,0 +1,234 @@
+# EmoLLM - Large Languge Model for Mental Health
+
+
+[![Contributors][contributors-shield]][contributors-url]
+[![Forks][forks-shield]][forks-url]
+[![Issues][issues-shield]][issues-url]
+[![MIT License][license-shield]][license-url]
+[![Stargazers][stars-shield]][stars-url]
+
+
+
+
+
+
+
+
+
EmoLLM
+
+
+ Explore the documentation of this project »
+
+
+ View the Demo
+ ·
+ Report a Bug
+ ·
+ Propose a New Feature
+
+
+
+
+
+
+
+**EmoLLM** is a large language model designed to understand, support and help customers in mental health counseling. It is fine-tuned from the LLM instructions. We really appreciate it if you can give it a star~⭐⭐. The open-sourced configuration is as follows:
+
+| model | type |
+| :-------------------: | :------: |
+| InternLM2_7B_chat | qlora |
+| InternLM2_1_8B_chat | full finetuning |
+| Qwen_7b_chat | qlora |
+| Qwen1_5-0_5B-Chat | full finetuning |
+| Baichuan2_13B_chat | qlora |
+| ChatGLM3_6B | lora |
+| DeepSeek MoE_16B_chat | qlora |
+| Mixtral 8x7B_instruct | qlora |
+| …… | …… |
+Everyone is welcome to contribute to this project ~
+---
+
+The Model is aimed at fully understanding and promoting the mental health of individuals, groups, and society. This model typically includes the following key components:
+
+- Cognitive factors: Involving an individual's thought patterns, belief systems, cognitive biases, and problem-solving abilities. Cognitive factors significantly impact mental health as they affect how individuals interpret and respond to life events.
+- Emotional factors: Including emotion regulation, emotional expression, and emotional experiences. Emotional health is a crucial part of mental health, involving how individuals manage and express their emotions and how they recover from negative emotions.
+- Behavioral factors: Concerning an individual's behavior patterns, habits, and coping strategies. This includes stress management skills, social skills, and self-efficacy, which is the confidence in one's abilities.
+- Social environment: Comprising external factors such as family, work, community, and cultural background, which have direct and indirect impacts on an individual's mental health.
+- Physical health: There is a close relationship between physical and mental health. Good physical health can promote mental health and vice versa.
+- Psychological resilience: Refers to an individual's ability to recover from adversity and adapt. Those with strong psychological resilience can bounce back from challenges and learn and grow from them.
+- Prevention and intervention measures: The Mental Health Grand Model also includes strategies for preventing psychological issues and promoting mental health, such as psychological education, counseling, therapy, and social support systems.
+- Assessment and diagnostic tools: Effective promotion of mental health requires scientific tools to assess individuals' psychological states and diagnose potential psychological issues.
+### Recent Updates
+- 【2024.2.23】The "Gentle Lady Psychologist Ai Wei" based on InternLM2_7B_chat_qlora was launched. [Click here to obtain the model weights](https://openxlab.org.cn/models/detail/ajupyter/EmoLLM_aiwei), [configuration file](xtuner_config/aiwei-internlm2_chat_7b_qlora.py), [online experience link](https://openxlab.org.cn/apps/detail/ajupyter/EmoLLM_aiwei)
+
+- 【2024.2.23】Updated [several fine-tuning configurations](/xtuner_config/), added [data_pro.json](/datasets/data_pro.json) (more quantity, more comprehensive scenarios, richer content) and [aiwei.json](/datasets/aiwei.json) (dedicated to the gentle lady role-play, featuring Emoji expressions), the "Gentle Lady Psychologist Ai Wei" is coming soon.
+
+- 【2024.2.18】 The full fine-tuned version based on Qwen1_5-0_5B-Chat has been [open-sourced](https://www.modelscope.cn/models/aJupyter/EmoLLM_Qwen1_5-0_5B-Chat_full_sft/summary). Friends with limited computational resources can now dive in and explore it.
+
+- 【2024.2.6】 [Open-sourced based on the Qwen1_5-0_5B-Chat full-scale fine-tuned version](https://www.modelscope.cn/models/aJupyter/EmoLLM_Qwen1_5-0_5B-Chat_full_sft/summary), friends with limited computing power can start experimenting~
+
+
+
+
+
+
+View More
+
+- 【2024.2.5】 The project has been promoted by the official WeChat account NLP Engineering. Here's the [link](https://mp.weixin.qq.com/s/78lrRl2tlXEKUfElnkVx4A) to the article. Welcome everyone to follow!! 🥳🥳
+
+
+
+
+
+- 【2024.2.3】 [Project Vedio](https://www.bilibili.com/video/BV1N7421N76X/) at bilibili 😊
+- 【2024.1.27】 Complete data construction documentation, fine-tuning guide, deployment guide, Readme, and other related documents 👏
+- 【2024.1.25】 Complete the first version of EmoLLM and deploy it online https://openxlab.org.cn/apps/detail/jujimeizuo/EmoLLM 😀
+
+
+
+## Contents
+
+- [EmoLLM - Large Languge Model for Mental Health](#emollm---large-languge-model-for-mental-health)
+ - [Everyone is welcome to contribute to this project ~](#everyone-is-welcome-to-contribute-to-this-project-)
+ - [Recent Updates](#recent-updates)
+ - [Contents](#contents)
+ - [Pre-development Configuration Requirements.](#pre-development-configuration-requirements)
+ - [**User Guide**](#user-guide)
+ - [File Directory Explanation](#file-directory-explanation)
+ - [Data Construction](#data-construction)
+ - [Fine-tuning Guide](#fine-tuning-guide)
+ - [Deployment Guide](#deployment-guide)
+ - [Frameworks Used](#frameworks-used)
+ - [How to participate in this project](#how-to-participate-in-this-project)
+ - [Version control](#version-control)
+ - [Authors (in no particular order)](#authors-in-no-particular-order)
+ - [Copyright Notice](#copyright-notice)
+ - [Acknowledgments](#acknowledgments)
+ - [Star History](#star-history)
+ - [🌟 Contributors](#-contributors)
+
+###### Pre-development Configuration Requirements.
+
+- A100 40G (specifically for InternLM2_7B_chat + qlora fine-tuning + deepspeed zero2 optimization)
+
+###### **User Guide**
+
+1. Clone the repo
+
+```sh
+git clone https://github.com/aJupyter/EmoLLM.git
+```
+
+1. Read in sequence or read sections you're interested in:
+ - [File Directory Explanation](#文件目录说明)
+ - [Data Construction](#数据构建)
+ - [Fine-tuning Guide](#微调指南)
+ - [Deployment Guide](#部署指南)
+ - View More Details
+
+
+Additional Details
+
+### File Directory Explanation
+
+```
+├─assets:Image Resources
+├─datasets:Dataset
+├─demo:demo scripts
+├─generate_data:Data Generation Guide
+│ └─xinghuo
+├─scripts:Some Available Tools
+└─xtuner_config:Fine-tuning Guide
+ └─images
+```
+
+### Data Construction
+
+Please read the [Data Construction Guide ](generate_data/tutorial.md)for reference.
+
+The dataset used for this fine-tuning can be found at[datasets](datasets/data.json)
+
+### Fine-tuning Guide
+
+For details, see the[微调指南](xtuner_config/README.md)
+
+### Deployment Guide
+
+For details, see the[部署指南](demo/README.md)
+
+### Frameworks Used
+
+- [Xtuner](https://github.com/InternLM/xtuner)
+- [Transformers](https://github.com/huggingface/transformers)
+- [Pytorch](https://pytorch.org/)
+- …
+
+#### How to participate in this project
+
+Contributions make the open-source community an excellent place for learning, inspiration, and creation. Any contribution you make is greatly appreciated.
+
+1. Fork the Project
+2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
+3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
+4. Push to the Branch (`git push origin feature/AmazingFeature`)
+5. Open a Pull Request
+
+### Version control
+
+This project uses Git for version control. You can see the current available versions in the repository.
+
+
+
+### Authors (in no particular order)
+
+[aJupyter](https://github.com/aJupyter)@Datawhale member, Master's student at Nankai University
+
+[jujimeizuo](https://github.com/jujimeizuo)@Master's student at Jiangnan University
+
+[Smiling&Weeping](https://github.com/Smiling-Weeping-zhr)@Undergraduate student at Harbin Institute of Technology (Weihai)
+
+[Farewell](https://github.com/8baby8)@
+
+[ZhouXinAo](https://github.com/zxazys)@Master's student at Nankai University
+
+[MING_X](https://github.com/MING-ZCH) @Undergraduate at Huazhong University of Science and Technology.
+
+### Copyright Notice
+
+The project is licensed under the MIT License. Please refer to the details
+ [LICENSE](https://github.com/aJupyter/EmoLLM/blob/master/LICENSE)
+
+### Acknowledgments
+
+- [Sanbu](https://github.com/sanbuphy)
+- [上海人工智能实验室](https://www.shlab.org.cn/)
+- [闻星大佬(小助手)](https://github.com/vansin)
+- [扫地升(公众号宣传)](https://mp.weixin.qq.com/s/78lrRl2tlXEKUfElnkVx4A)
+
+
+
+
+
+
+
+
+
+## Star History
+
+[](https://star-history.com/#aJupyter/EmoLLM&Date)
+
+## 🌟 Contributors
+
+[](https://github.com/aJupyter/EmoLLM/graphs/contributors)
+
+[your-project-path]: aJupyter/EmoLLM
+[contributors-shield]: https://img.shields.io/github/contributors/aJupyter/EmoLLM.svg?style=flat-square
+[contributors-url]: https://github.com/aJupyter/EmoLLM/graphs/contributors
+[forks-shield]: https://img.shields.io/github/forks/aJupyter/EmoLLM.svg?style=flat-square
+[forks-url]: https://github.com/aJupyter/EmoLLM/network/members
+[stars-shield]: https://img.shields.io/github/stars/aJupyter/EmoLLM.svg?style=flat-square
+[stars-url]: https://github.com/aJupyter/EmoLLM/stargazers
+[issues-shield]: https://img.shields.io/github/issues/aJupyter/EmoLLM.svg?style=flat-square
+[issues-url]: https://img.shields.io/github/issues/aJupyter/EmoLLM.svg
+[license-shield]: https://img.shields.io/github/license/aJupyter/EmoLLM.svg?style=flat-square
+[license-url]: https://github.com/aJupyter/EmoLLM/blob/main/LICENSE
From 603066bc0bf39ef76c46a39c540b017bc7a4b484 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 11:25:43 +0800
Subject: [PATCH 02/16] Update README_English_version.md
Acknowlegments translation
---
README_English_version.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README_English_version.md b/README_English_version.md
index 80a9298..f30cb53 100644
--- a/README_English_version.md
+++ b/README_English_version.md
@@ -201,9 +201,9 @@ The project is licensed under the MIT License. Please refer to the details
### Acknowledgments
- [Sanbu](https://github.com/sanbuphy)
-- [上海人工智能实验室](https://www.shlab.org.cn/)
-- [闻星大佬(小助手)](https://github.com/vansin)
-- [扫地升(公众号宣传)](https://mp.weixin.qq.com/s/78lrRl2tlXEKUfElnkVx4A)
+- [Shanghai Artificial Intelligence Laboratory](https://www.shlab.org.cn/)
+- [Vanin](https://github.com/vansin)
+- [扫地升(WeChat Official Account)](https://mp.weixin.qq.com/s/78lrRl2tlXEKUfElnkVx4A)
From 8bd096d8f00134b75515c2e3243b597d7428b348 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 11:27:08 +0800
Subject: [PATCH 03/16] Update README_English_version.md
---
README_English_version.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_English_version.md b/README_English_version.md
index f30cb53..4e2a805 100644
--- a/README_English_version.md
+++ b/README_English_version.md
@@ -203,7 +203,7 @@ The project is licensed under the MIT License. Please refer to the details
- [Sanbu](https://github.com/sanbuphy)
- [Shanghai Artificial Intelligence Laboratory](https://www.shlab.org.cn/)
- [Vanin](https://github.com/vansin)
-- [扫地升(WeChat Official Account)](https://mp.weixin.qq.com/s/78lrRl2tlXEKUfElnkVx4A)
+- [扫地升(WeChat Official Account Promotion)](https://mp.weixin.qq.com/s/78lrRl2tlXEKUfElnkVx4A)
From 014a3c533da04d80cadbd2d66debe92462aa78d2 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 11:51:18 +0800
Subject: [PATCH 04/16] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
中英切换按钮 readme
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 7698020..464025d 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@
EmoLLM
+ 简体中文| English
探索本项目的文档 »
From f5393f6a2de9aab6c358be5885485d8ef82bef57 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 11:53:09 +0800
Subject: [PATCH 05/16] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
居中按钮
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 464025d..472d7ce 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@
EmoLLM
- 简体中文| English
+ 简体中文| English
探索本项目的文档 »
From e49d58135fa07f4caa74dd5ad6ab390f5751885e Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 11:56:14 +0800
Subject: [PATCH 06/16] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
美观
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 472d7ce..e626001 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@
EmoLLM
+
简体中文| English
From eef40ed6c2e3b1d485e82f39769aa26beee4a578 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 11:56:48 +0800
Subject: [PATCH 07/16] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
美观
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index e626001..17c4f0f 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@
简体中文| English
+
+
探索本项目的文档 »
From 66269fcd7182b5986f8fab15c342e56b3741fc79 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 11:57:37 +0800
Subject: [PATCH 08/16] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
美观
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 17c4f0f..384c575 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,6 @@
简体中文| English
-
探索本项目的文档 »
From 86a9de413b47e745b6b776487de3d3cf620e56fd Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 11:58:45 +0800
Subject: [PATCH 09/16] Update README_English_version.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
英文按钮
---
README_English_version.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README_English_version.md b/README_English_version.md
index 4e2a805..e02fbee 100644
--- a/README_English_version.md
+++ b/README_English_version.md
@@ -15,7 +15,10 @@
EmoLLM
+
+ 简体中文 | English
+
Explore the documentation of this project »
From 2af9876adca372d81377d416a957042e7215d4e4 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 12:03:27 +0800
Subject: [PATCH 10/16] Update README.md
add author
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 384c575..8020189 100644
--- a/README.md
+++ b/README.md
@@ -193,6 +193,8 @@ git clone https://github.com/aJupyter/EmoLLM.git
[MING_X](https://github.com/MING-ZCH)@华中科技大学在读本科生
+[Z_L](https://github.com/JasonLLLLLLLLLLL)@swufe
+
### 版权说明
该项目签署了MIT 授权许可,详情请参阅 [LICENSE](https://github.com/aJupyter/EmoLLM/blob/master/LICENSE)
From d79e0ac459697d9e7db39f910e281ee94d8de64e Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 12:04:35 +0800
Subject: [PATCH 11/16] Update README_English_version.md
add z_l author
---
README_English_version.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README_English_version.md b/README_English_version.md
index e02fbee..05c0f3e 100644
--- a/README_English_version.md
+++ b/README_English_version.md
@@ -194,7 +194,9 @@ This project uses Git for version control. You can see the current available ver
[ZhouXinAo](https://github.com/zxazys)@Master's student at Nankai University
-[MING_X](https://github.com/MING-ZCH) @Undergraduate at Huazhong University of Science and Technology.
+[MING_X](https://github.com/MING-ZCH) @Undergraduate at Huazhong University of Science and Technology
+
+[Z_L](https://github.com/JasonLLLLLLLLLLL)@swufe
### Copyright Notice
From c85ef6ba82d2c7222a2a4f3d073d85b07f0982fa Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 12:25:12 +0800
Subject: [PATCH 12/16] Update README_English_version.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
完善翻译
---
README_English_version.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README_English_version.md b/README_English_version.md
index 05c0f3e..c404d45 100644
--- a/README_English_version.md
+++ b/README_English_version.md
@@ -153,11 +153,11 @@ The dataset used for this fine-tuning can be found at[datasets](datasets/data.js
### Fine-tuning Guide
-For details, see the[微调指南](xtuner_config/README.md)
+For details, see the [fine-tuning guide](xtuner_config/README.md)
### Deployment Guide
-For details, see the[部署指南](demo/README.md)
+For details, see the [deployment guide](demo/README.md)
### Frameworks Used
From 12569f06e148b36c36a0de569197af5d0ab462bd Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 12:25:56 +0800
Subject: [PATCH 13/16] Update README_English_version.md
---
README_English_version.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_English_version.md b/README_English_version.md
index c404d45..3e804ee 100644
--- a/README_English_version.md
+++ b/README_English_version.md
@@ -149,7 +149,7 @@ git clone https://github.com/aJupyter/EmoLLM.git
Please read the [Data Construction Guide ](generate_data/tutorial.md)for reference.
-The dataset used for this fine-tuning can be found at[datasets](datasets/data.json)
+The dataset used for this fine-tuning can be found at [datasets](datasets/data.json)
### Fine-tuning Guide
From a69cb2b4165bea2f352d5dbe286eaeaef30dcf25 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 12:26:40 +0800
Subject: [PATCH 14/16] Update README_English_version.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
完善
---
README_English_version.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README_English_version.md b/README_English_version.md
index 3e804ee..16ff2ae 100644
--- a/README_English_version.md
+++ b/README_English_version.md
@@ -123,10 +123,10 @@ git clone https://github.com/aJupyter/EmoLLM.git
```
1. Read in sequence or read sections you're interested in:
- - [File Directory Explanation](#文件目录说明)
- - [Data Construction](#数据构建)
- - [Fine-tuning Guide](#微调指南)
- - [Deployment Guide](#部署指南)
+ - [File Directory Explanation](#file-directory-explanation)
+ - [Data Construction](#data-construction)
+ - [Fine-tuning Guide](#fine-tuning-guide)
+ - [Deployment Guide](#deployment-guide)
- View More Details
From 26b1e9b1d216841e8336780448a56cff198938b5 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 22:40:59 +0800
Subject: [PATCH 15/16] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8020189..35d9b2f 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@
-**EmoLLM** 是一个能够支持 **理解用户-支持用户-帮助用户** 心理健康辅导链路的心理健康大模型,由 `LLM`指令微调而来,欢迎大家star~⭐⭐。目前已经开源的 `LLM`微调配置如下:
+**EmoLLM** 是一系列能够支持 **理解用户-支持用户-帮助用户** 心理健康辅导链路的心理健康大模型,由 `LLM`指令微调而来,欢迎大家star~⭐⭐。目前已经开源的 `LLM`微调配置如下:
| 模型 | 类型 |
| :-------------------: | :------: |
From 49c95b981ca08b11939163421c4d1abff963c344 Mon Sep 17 00:00:00 2001
From: JasonLLLLLLLLLLL <52101495+JasonLLLLLLLLLLL@users.noreply.github.com>
Date: Mon, 26 Feb 2024 22:43:24 +0800
Subject: [PATCH 16/16] Update README_English_version.md
yi xi lie
---
README_English_version.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README_English_version.md b/README_English_version.md
index 16ff2ae..a4e627c 100644
--- a/README_English_version.md
+++ b/README_English_version.md
@@ -35,7 +35,7 @@
-**EmoLLM** is a large language model designed to understand, support and help customers in mental health counseling. It is fine-tuned from the LLM instructions. We really appreciate it if you can give it a star~⭐⭐. The open-sourced configuration is as follows:
+**EmoLLM** is a series of large language models designed to understand, support and help customers in mental health counseling. It is fine-tuned from the LLM instructions. We really appreciate it if you can give it a star~⭐⭐. The open-sourced configuration is as follows:
| model | type |
| :-------------------: | :------: |
@@ -208,7 +208,7 @@ The project is licensed under the MIT License. Please refer to the details
- [Sanbu](https://github.com/sanbuphy)
- [Shanghai Artificial Intelligence Laboratory](https://www.shlab.org.cn/)
- [Vanin](https://github.com/vansin)
-- [扫地升(WeChat Official Account Promotion)](https://mp.weixin.qq.com/s/78lrRl2tlXEKUfElnkVx4A)
+- [Bloom up (WeChat Official Account Promotion)](https://mp.weixin.qq.com/s/78lrRl2tlXEKUfElnkVx4A)