elena-soare
commited on
Commit
•
482b706
1
Parent(s):
a8cd092
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Text2SQL Task T5-Base +
|
2 |
|
3 |
-
This is our T5 model
|
4 |
## Running the model
|
5 |
|
6 |
-
Inspired by the work done by [Picard](https://github.com/ElementAI/picard/) by adding a
|
7 |
|
8 |
```python
|
9 |
-
[question] | [db_id] | [table] : [column] ( [content] , [content] ) , [column] ( ... ) , [...] | [table] : ... | ...
|
10 |
```
|
11 |
-
|
|
|
1 |
+
# Text2SQL Task T5-Base + Fine-tuning on Spider + Table Augumentation
|
2 |
|
3 |
+
This is our T5 model fine-tuned on Spider using a schema serialization, which includes a table description for injecting domain knowledge into T5
|
4 |
## Running the model
|
5 |
|
6 |
+
Inspired by the work done by [Picard](https://github.com/ElementAI/picard/) by adding a table description to the question and serialized schema:
|
7 |
|
8 |
```python
|
9 |
+
[question] | [db_id] | [table] : [column] ( [content] , [content] ) , [column] ( ... ) , [...] | [table] : ... | ... description * [table] : <meaning of table>; [table] : <meaning of table> ; ....
|
10 |
```
|
|