From c42b2f1843f502fc0168dd229875f0fa96eca112 Mon Sep 17 00:00:00 2001 From: csunny Date: Tue, 27 Aug 2024 14:52:30 +0800 Subject: [PATCH] fix: add text2nlu links --- README.md | 9 ++++++++- README.zh.md | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2820fc70..594f7c46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # DB-GPT-Hub: Text-to-SQL parsing with LLMs -

@@ -25,9 +24,17 @@ [**简体中文**](README.zh.md) | [**Discord**](https://discord.gg/7uQnPuveTY) | [**Wechat**](https://github.com/eosphoros-ai/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC) | [**Huggingface**](https://huggingface.co/eosphoros) | [**Community**](https://github.com/eosphoros-ai/community) + +[**Text2SQL**](README.md) | [**Text2NLU**](src/dbgpt-hub-nlu/README.zh.md) +

+## 🔥🔥🔥 News +- Support [Text2NLU](src/dbgpt-hub-nlu/README.zh.md) fine-tuning to improve semantic understanding accuracy. + ## Baseline + +Text2SQL eval execution accuracy (ex) metric, and we will move this to `src/dbgpt_hub_sql` - update time: 2023/12/08 - metric: execution accuracy (ex) - more details refer to [docs/eval-llm-result.md](https://github.com/eosphoros-ai/DB-GPT-Hub/blob/main/docs/eval_llm_result.md) diff --git a/README.zh.md b/README.zh.md index e7bf88d0..cfe1d7bf 100644 --- a/README.zh.md +++ b/README.zh.md @@ -24,8 +24,13 @@ [**英文**](README.md) | [**Discord**](https://discord.gg/7uQnPuveTY) | [**Wechat**](https://github.com/eosphoros-ai/DB-GPT/blob/main/README.zh.md#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC) | [**Huggingface**](https://huggingface.co/eosphoros) | [**Community**](https://github.com/eosphoros-ai/community) + +[**Text2SQL**](README.zh.md) | [**Text2NLU**](src/dbgpt-hub-nlu/README.zh.md) + +## 🔥🔥🔥 News +- 支持 [Text2NLU](src/dbgpt-hub-nlu/README.zh.md) 微调, 提升意图识别准确率。 ## Baseline - 更新日期: 2023/12/08