diff --git a/README.md b/README.md index 94d7aa7..e339902 100644 --- a/README.md +++ b/README.md @@ -508,7 +508,7 @@ bash run.sh - [ModelWhale](https://www.heywhale.com/mw/project/6442706013013653552b7545) - 支持在线部署MOSS的算力平台 - [MOSS-DockerFile](https://github.com/linonetwo/MOSS-DockerFile) - 社区提供的Docker镜像,运行int4量化版和Gradio demo - [V100单卡在线部署Int8量化版MOSS教程](https://www.heywhale.com/mw/project/6449f8fc3c3ad0d9754d8ae7) - 提供了量化版MOSS的部署样例,以及部署过程中一些问题的解决方法 - +- [ChatSQL](https://github.com/cubenlp/ChatSQL) - 基于MOSS+SBERT实现NL2SQL本地化,并直接连接数据库查询数据返回结果,使得生成的SQL语句更具有实用性。 如果您有其他开源项目使用或改进MOSS,欢迎提交Pull Request添加到README或在Issues中联系我们。 ## :construction: 未来计划 diff --git a/README_en.md b/README_en.md index a53e3c0..4a3c4a6 100644 --- a/README_en.md +++ b/README_en.md @@ -496,7 +496,7 @@ Note: In the tokenizer of `moss-moon-003-base`, the eos token is `<|endoftext|>` - [ModelWhale](https://www.heywhale.com/mw/project/6442706013013653552b7545) - A compute platform for deploying MOSS! - [MOSS-DockerFile](https://github.com/linonetwo/MOSS-DockerFile) - Community-provided Docker images running int4 quantization and GradIOUI - [An online tutorial on deploying quantized MOSS on single V100](https://www.heywhale.com/mw/project/6449f8fc3c3ad0d9754d8ae7) - A step-by-step tutorial on deploying moss-moon-003-sft-int8 is provided, and some specific solutions to common problems are also given - +- [ChatSQL](https://github.com/cubenlp/ChatSQL) - Based on MOSS+SBERT, implemented NL2SQL localization and directly connected to the database to query data and return results, making the generated SQL more practical. If you have other open-sourced projects that used or improved MOSS, please feel free to submit Pull Requests to README or reach out to us in Issues. ## :construction: Future Plans