Skip to content

Commit f62d487

Browse files
authored
[DOC] Update README.md (#241)
2 parents e4c1e5e + 9f1aa3d commit f62d487

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
- [🎨微调指南](#微调指南)
181181
- [🔧部署指南](#部署指南)
182182
- [⚙RAG(检索增强生成)](#rag检索增强生成)
183+
- [🎓评测指南](#评测指南)
183184
- [使用到的框架](#使用到的框架)
184185
- [如何参与本项目](#如何参与本项目)
185186
- [作者(排名不分先后)](#作者排名不分先后)
@@ -207,7 +208,8 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git
207208
- [数据构建](#数据构建)
208209
- [微调指南](#微调指南)
209210
- [部署指南](#部署指南)
210-
- [RAG](#rag检索增强生成pipeline)
211+
- [RAG](#rag检索增强生成)
212+
- [评测指南](#评测指南)
211213
- 查看更多详情
212214

213215

@@ -236,6 +238,10 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git
236238

237239
- 详见[RAG](rag/README.md)
238240

241+
### 🎓评测指南
242+
243+
- 本模型评测分为通用评测和专业评测,请阅读[评测指南](evaluate/README.md)查阅
244+
239245
<details>
240246
<summary>更多详情</summary>
241247

Diff for: README_EN.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ The Model aims to fully understand and promote the mental health of individuals,
181181
- [🎨Fine-tuning Guide](#fine-tuning-guide)
182182
- [🔧Deployment Guide](#deployment-guide)
183183
- [⚙RAG (Retrieval Augmented Generation)](#rag-retrieval-augmented-generation)
184+
- [🎓Evaluation Guide](#evaluation-guide)
184185
- [Frameworks Used](#frameworks-used)
185186
- [How to participate in this project](#how-to-participate-in-this-project)
186187
- [Version control](#version-control)
@@ -208,7 +209,8 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git
208209
- [Data Construction](#data-construction)
209210
- [Fine-tuning Guide](#fine-tuning-guide)
210211
- [Deployment Guide](#deployment-guide)
211-
- [RAG](#rag-retrieval-augmented-generation-pipeline)
212+
- [RAG](#rag-retrieval-augmented-generation)
213+
- [Evaluation Guide](#evaluation-guide)
212214
- View More Details
213215

214216

@@ -218,7 +220,7 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git
218220

219221
### 📌Data Construction
220222

221-
- Please read the [Data Construction Guide ](generate_data/tutorial_EN.md)for reference.
223+
- Please read the [Data Construction Guide ](generate_data/tutorial_EN.md) for reference.
222224

223225
- The dataset used for this fine-tuning can be found at [datasets](datasets/data.json)
224226

@@ -235,6 +237,10 @@ For details, see the [fine-tuning guide](xtuner_config/README_EN.md)
235237

236238
- See [RAG](rag/README_EN.md)
237239

240+
### 🎓Evaluation Guide
241+
242+
- The model evaluation is divided into **General Metrics Evaluation** and **Professional Metrics Evaluation**,Please read the [evaluation guide](evaluate/README.md) for reference.
243+
238244
<details>
239245
<summary>Additional Details</summary>
240246

0 commit comments

Comments
 (0)