Update README.md

This commit is contained in:
MING_X 2024-05-11 23:54:23 +08:00
parent e29a761b4c
commit 9f1aa3d229
2 changed files with 13 additions and 1 deletions

View File

@ -178,6 +178,7 @@
- [🎨微调指南](#微调指南)
- [🔧部署指南](#部署指南)
- [⚙RAG(检索增强生成)](#rag检索增强生成)
- [🎓评测指南](#评测指南)
- [使用到的框架](#使用到的框架)
- [如何参与本项目](#如何参与本项目)
- [作者(排名不分先后)](#作者排名不分先后)
@ -206,6 +207,7 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git
- [微调指南](#微调指南)
- [部署指南](#部署指南)
- [RAG](#rag检索增强生成)
- [评测指南](#评测指南)
- 查看更多详情
@ -234,6 +236,10 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git
- 详见[RAG](rag/README.md)
### 🎓评测指南
- 本模型评测分为通用评测和专业评测,请阅读[评测指南](evaluate/README.md)查阅
<details>
<summary>更多详情</summary>

View File

@ -179,6 +179,7 @@ The Model aims to fully understand and promote the mental health of individuals,
- [🎨Fine-tuning Guide](#fine-tuning-guide)
- [🔧Deployment Guide](#deployment-guide)
- [⚙RAG (Retrieval Augmented Generation)](#rag-retrieval-augmented-generation)
- [🎓Evaluation Guide](#evaluation-guide)
- [Frameworks Used](#frameworks-used)
- [How to participate in this project](#how-to-participate-in-this-project)
- [Version control](#version-control)
@ -207,6 +208,7 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git
- [Fine-tuning Guide](#fine-tuning-guide)
- [Deployment Guide](#deployment-guide)
- [RAG](#rag-retrieval-augmented-generation)
- [Evaluation Guide](#evaluation-guide)
- View More Details
@ -216,7 +218,7 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git
### 📌Data Construction
- Please read the [Data Construction Guide ](generate_data/tutorial_EN.md)for reference.
- Please read the [Data Construction Guide ](generate_data/tutorial_EN.md) for reference.
- The dataset used for this fine-tuning can be found at [datasets](datasets/data.json)
@ -233,6 +235,10 @@ For details, see the [fine-tuning guide](xtuner_config/README_EN.md)
- See [RAG](rag/README_EN.md)
### 🎓Evaluation Guide
- The model evaluation is divided into **General Metrics Evaluation** and **Professional Metrics Evaluation**Please read the [evaluation guide](evaluate/README.md) for reference.
<details>
<summary>Additional Details</summary>