juierror commited on
Commit
177b4a5
1 Parent(s): 7a40064

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -52,4 +52,9 @@ print(inference("how many people with name jui and age less than 25", {
52
  print(inference("what is id with name jui and age less than 25", {
53
  "people_name": ["id", "name", "age"]
54
  })))
55
- ```
 
 
 
 
 
 
52
  print(inference("what is id with name jui and age less than 25", {
53
  "people_name": ["id", "name", "age"]
54
  })))
55
+ ```
56
+
57
+ # Dataset
58
+ - [CoSQL](https://yale-lily.github.io/cosql)
59
+ - [spider](https://yale-lily.github.io/spider)
60
+ - [SParC](https://yale-lily.github.io/sparc)