Skip to content

Commit

Permalink
fix: add text2nlu links
Browse files Browse the repository at this point in the history
  • Loading branch information
csunny committed Aug 27, 2024
1 parent b77d11b commit c42b2f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# DB-GPT-Hub: Text-to-SQL parsing with LLMs


<div align="center">
<p>
<a href="https://github.com/eosphoros-ai/DB-GPT">
Expand All @@ -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)

</div>

## 🔥🔥🔥 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)
Expand Down
5 changes: 5 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

</div>

## 🔥🔥🔥 News
- 支持 [Text2NLU](src/dbgpt-hub-nlu/README.zh.md) 微调, 提升意图识别准确率。

## Baseline
- 更新日期: 2023/12/08
Expand Down

0 comments on commit c42b2f1

Please sign in to comment.