From a5c0b2843c9a122781faa6bc39fef97f27944b84 Mon Sep 17 00:00:00 2001 From: John-Saxon Date: Wed, 27 Sep 2023 18:00:04 +0800 Subject: [PATCH] typo bugs fix --- README.md | 2 +- README.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2fd686..1585092 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Before running, you need to download the SQL data set and put it in this directo * db_id: the name of the database * question: the command issued to the database in natural language * query: sql code that accepts the natural language command and executes it exactly -* train_gold.slq: the real slq code for the question +* train_gold.sql: the real sql code for the question * database: the database source file * schema.sql: the table build statement. * sqlite: the specifics of the database. diff --git a/README.zh.md b/README.zh.md index a21012e..8031484 100644 --- a/README.zh.md +++ b/README.zh.md @@ -94,7 +94,7 @@ DB-GPT-HUB使用的是信息匹配生成法进行数据准备,即结合表信 * db_id:数据库名称 * question: 以自然语言的方式向数据库发出的指令 * query:接受自然语言指令后,能够准确执行指令的sql代码 -* train_gold.slq:question的真实slq代码 +* train_gold.sql:question的真实sql代码 * database:数据库源文件 * schema.sql: 建表语句。 * sqlite: 数据库的具体内容。