pardeephck commited on
Commit
303b9bb
·
verified ·
1 Parent(s): aa290e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
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 joining with required tables.
3
  datasets:
4
  - wikisql
5
  widget:
6
- - text: "question: get employee name with age equal 25 table: id, name, age"
7
  ---
8
  ```python
9
  This model generate sql query from a table with schema details provided in parameter
 
1
  ---
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 infosys employee name with unit equal ENG and employee id equal 642249 table: id, unit, name, email"
7
  ---
8
  ```python
9
  This model generate sql query from a table with schema details provided in parameter