From 9f1aa3d2291b1f8b398e21a2bb39e9d72df62665 Mon Sep 17 00:00:00 2001 From: MING_X Date: Sat, 11 May 2024 23:54:23 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ README_EN.md | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4edfd6a..a68897f 100644 --- a/README.md +++ b/README.md @@ -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)查阅 +
更多详情 diff --git a/README_EN.md b/README_EN.md index 76b1e2b..1343ccc 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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. +
Additional Details