Update README.md
Browse files
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
|
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 |
|