avinot commited on
Commit
37f5b91
·
verified ·
1 Parent(s): ee8846b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ In order to leverage the '*' wildcard we automatically include the primary key o
41
  As explained above the natural question and SQL queries that answers this question are extracted from the `xlangai/spider` dataset and the databases schemas are extracted from the `richardr1126/spider-schema` dataset.
42
 
43
  ## TODO
44
- - [ ] Fix rows with empty summarized-schema
45
  - [ ] Fix overwhelmingly long summarized-schema. Sometimes the needed columns has the same name in diferent tables. We need to only include it once (Maybe ?)
46
  - [ ] Prompt egineer `Llama3.1:70b` with a 1-shot example to generate better summarized-schema
47
  - [ ] Find a way to add data from WikiSQL
 
41
  As explained above the natural question and SQL queries that answers this question are extracted from the `xlangai/spider` dataset and the databases schemas are extracted from the `richardr1126/spider-schema` dataset.
42
 
43
  ## TODO
44
+ - [x] Fix rows with empty summarized-schema
45
  - [ ] Fix overwhelmingly long summarized-schema. Sometimes the needed columns has the same name in diferent tables. We need to only include it once (Maybe ?)
46
  - [ ] Prompt egineer `Llama3.1:70b` with a 1-shot example to generate better summarized-schema
47
  - [ ] Find a way to add data from WikiSQL