ArtemKalchenko commited on
Commit
dd6a3b7
·
verified ·
1 Parent(s): 7d215e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ The model solves the task of **Natural Language to SQL** (NL2SQL) generation. Gi
29
  ## Input Format
30
 
31
  Each input to the model follows this format:
32
- <english_question> | <SQL_table_definition>
33
 
34
  ### Examples
35
 
 
29
  ## Input Format
30
 
31
  Each input to the model follows this format:
32
+ english_question | SQL_table_definition
33
 
34
  ### Examples
35