|
48 | 48 |
|
49 | 49 | | Model | Type | File Links | Model Links |
|
50 | 50 | | :-------------------: | :------: | :------------------------------------------------------------------------------------------------------: |:------: |
|
| 51 | +| Deepseek-R1_14b_int4 | QLoRA | unsloth | [ModelScope](https://www.modelscope.cn/models/haiyangpengai/careyou_7b_16bit_v3_2_qwen14_4bit) | |
51 | 52 | | InternLM2_5_7B_chat | full fine-tuning | [internlm2_5_chat_7b_full.py](./xtuner_config/internlm2_5_chat_7b_full.py)| [OpenXLab](https://openxlab.org.cn/models/detail/chg0901/EmoLLM_V3.0), [ModelScope](https://modelscope.cn/models/chg0901/EmoLLMV3.0) |
|
52 | 53 | | InternLM2_5_7B_chat | QLoRA | [internlm2_5_chat_7b_qlora_oasst1_e3.py](./xtuner_config/internlm2_5_chat_7b_qlora_oasst1_e3.py) |[ModelScope](https://www.modelscope.cn/models/z342994309/emollm_interlm2_5/) |
|
53 | 54 | | InternLM2_7B_chat | QLoRA | [internlm2_7b_chat_qlora_e3.py](./xtuner_config/internlm2_7b_chat_qlora_e3.py) | [ModelScope](https://modelscope.cn/models/aJupyter/EmoLLM/files) |
|
@@ -87,27 +88,32 @@ The Model aims to fully understand and promote the mental health of individuals,
|
87 | 88 | - Assessment and diagnostic tools: Effective promotion of mental health requires scientific tools to assess individuals' psychological states and diagnose potential psychological issues.
|
88 | 89 |
|
89 | 90 |
|
90 |
| -<table> |
| 91 | +<table style="width: 100%; border-collapse: collapse;"> |
91 | 92 | <tr>
|
92 |
| - <td align="center" style="background-color: transparent"> |
93 |
| - <img src="assets\aiwei_demo.gif" alt="占位图"> |
| 93 | + <td align="center" style="background-color: transparent; width: 50%;"> |
| 94 | + <img src="assets\aiwei_demo.gif" alt="占位图" style="width: 100%; height: auto;"> |
94 | 95 | </td>
|
95 |
| - <td align="center" style="background-color: transparent"> |
96 |
| - <img src="assets\aiwei_demo2.gif" alt="占位图"> |
| 96 | + <td align="center" style="background-color: transparent; width: 50%;"> |
| 97 | + <img src="assets\aiwei_demo2.gif" alt="占位图" style="width: 100%; height: auto;"> |
97 | 98 | </td>
|
98 | 99 | </tr>
|
99 | 100 | <tr>
|
100 |
| - <td align="center" style="background-color: transparent"> |
101 |
| - <img src="assets\aiwei_demo3.gif" alt="占位图"> |
| 101 | + <td align="center" style="background-color: transparent; width: 50%;"> |
| 102 | + <img src="assets\aiwei_demo3.gif" alt="占位图" style="width: 100%; height: auto;"> |
102 | 103 | </td>
|
103 |
| - <td align="center" style="background-color: transparent"> |
104 |
| - <img src="assets\aiwei_demo4.gif" alt="占位图"> |
| 104 | + <td align="center" style="background-color: transparent; width: 50%;"> |
| 105 | + <img src="assets\aiwei_demo4.gif" alt="占位图" style="width: 100%; height: auto;"> |
| 106 | + </td> |
| 107 | + </tr> |
| 108 | + <tr> |
| 109 | + <td colspan="3" align="center" style="background-color: transparent;"> |
| 110 | + <img src="careyou\assets\careyou.png" alt="占位图" style="width: 100%; height: auto;"> |
105 | 111 | </td>
|
106 | 112 | </tr>
|
107 | 113 | </table>
|
108 | 114 |
|
109 | 115 | ## Recent Updates
|
110 |
| -- [2025.5] [caryou](https://github.com/HaiyangPeng/careyou): EmoLLM-Psychological Digital Human subproject (will be merged into EmoLLM after development & testing completion), welcome everyone to follow! |
| 116 | +- [2025.5] [AI Psychological Assistant-Deep Thinking Version (Caryou)](https://github.com/HaiyangPeng/careyou): EmoLLM-Psychological Digital Person sub project (currently completed deep thinking, Rag, web search, and tts functions) has been merged into EmoLLM. Welcome everyone to participate in the optimization and improvement of the project! |
111 | 117 | - [2025.5] [deepwiki-EmoLLM](https://deepwiki.com/SmartFlowAI/EmoLLM): can be used for more intelligent project & document understanding based on this project.
|
112 | 118 | - [2025.4] [ThinkLLM](https://github.com/aJupyter/ThinkLLM/tree/main/LLM ) is a lightweight and efficient implementation repository for large language models, providing a BPE training guide (supporting EmoLLM).
|
113 | 119 | - [2025.3] Based on the full fine-tuning of InternLM2.5-7B-chat, [EmoLLM (in GGUF format, fp16 precision)](https://huggingface.co/collections/L0ve1ace/psychology-llm-gguf-67cc766eaf0a3f01c6e39aa6) has been released. Updates on how to operate it will be provided later. @Rycen7822 @Slipstream-Max
|
@@ -331,7 +337,7 @@ This project uses Git for version control. You can see the currently available v
|
331 | 337 | | [TingWei](https://github.com/wwewwt) | University Of Electronic Science And Technology Of China,Master's graduate | | LLM finetuning |
|
332 | 338 | | [PengYu](https://github.com/hi-pengyu) | Shihezi University, Master's student | | LLM finetuning |
|
333 | 339 | | [Kedreamix](https://github.com/Kedreamix) | Shenzhen University, Master’s student | | The First Mental Health R1 Distillation Dataset |
|
334 |
| - |
| 340 | +| [HaiyangPeng](https://github.com/HaiyangPeng) | AI Algorithm Engineer | | Developed AI Psychological Assistant-Deep Thinking Version | |
335 | 341 | ### Copyright Notice
|
336 | 342 |
|
337 | 343 | The project is licensed under the MIT License. Please refer to the details
|
|
0 commit comments