NGrov commited on
Commit
d74368d
1 Parent(s): 9b15226

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  # T5 large LM Adapt for Text to SQL
12
 
13
  This model is fine-tuned from the [t5-large-LM-adapt](https://huggingface.co/google/t5-large-lm-adapt) checkpoint.
14
- While training the model on text 2 SQL task, the model learns how to generate a SQL query based on the question posed in natural language, however in some cases the SQL query contains unknown column etc. and alltogether does not take the schema of the specific database into account. That is where our approach come in. We incorporated the database schema into the input question, to specify which columns and relations are available to generate an SQL query relevant to the specific database.
15
 
16
  ## Spider and Spider-Syn dataset
17
 
 
11
  # T5 large LM Adapt for Text to SQL
12
 
13
  This model is fine-tuned from the [t5-large-LM-adapt](https://huggingface.co/google/t5-large-lm-adapt) checkpoint.
14
+ While training the model on Text2SQL task, the model learns how to generate a SQL query based on the question posed in natural language, however in some cases the SQL query contains unknown columns etc. and altogether does not take the schema of the specific database into account. That is where our approach comes in. We incorporated the database schema into the input question while training, to specify which columns and relations are available to generate an applicable SQL query.
15
 
16
  ## Spider and Spider-Syn dataset
17