pardeephck
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
description: This model generate sql query on demand from a table with schema details provided in parameter. In the next version this will be updated to compute from multiple tables with dynamically join between required tables.
|
3 |
datasets:
|
4 |
- wikisql
|
5 |
-
widget:
|
6 |
-
- text: "question: Get employee name with infosys id equal 642249 and unit equal ENG table: id, unit, name, email"
|
7 |
---
|
8 |
```python
|
9 |
This model generate sql query from a table with schema details provided in parameter
|
|
|
2 |
description: This model generate sql query on demand from a table with schema details provided in parameter. In the next version this will be updated to compute from multiple tables with dynamically join between required tables.
|
3 |
datasets:
|
4 |
- wikisql
|
|
|
|
|
5 |
---
|
6 |
```python
|
7 |
This model generate sql query from a table with schema details provided in parameter
|