elena-soare
commited on
Commit
•
a8cd092
1
Parent(s):
11a47da
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Text2SQL Task T5-Base + E-commerce pre-training
|
2 |
+
|
3 |
+
This is our T5 model pre-trained on 18k e-commerce pages from popular blogs and fine-tuned on Spider using a schema serialization.
|
4 |
+
## Running the model
|
5 |
+
|
6 |
+
Inspired by the work done by [Picard](https://github.com/ElementAI/picard/) by adding a pre-training step for better performance on e-commerce data.
|
7 |
+
|
8 |
+
```python
|
9 |
+
[question] | [db_id] | [table] : [column] ( [content] , [content] ) , [column] ( ... ) , [...] | [table] : ... | ...
|
10 |
+
```
|
11 |
+
|