Skip to content

Commit

Permalink
typo bugs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Saxon committed Sep 27, 2023
1 parent f7f74ed commit a5c0b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 数据库的具体内容。
Expand Down

0 comments on commit a5c0b28

Please sign in to comment.