fix task_ids
Browse files
README.md
CHANGED
@@ -17,9 +17,10 @@ source_datasets:
|
|
17 |
- original
|
18 |
task_categories:
|
19 |
- text2text-generation
|
20 |
-
task_ids:
|
21 |
-
- text2text-generation-other-text-to-sql
|
22 |
paperswithcode_id: wikisql
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for "wikisql"
|
@@ -205,4 +206,4 @@ The data fields are the same among all splits.
|
|
205 |
|
206 |
### Contributions
|
207 |
|
208 |
-
Thanks to [@lewtun](https://github.com/lewtun), [@ghomasHudson](https://github.com/ghomasHudson), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
17 |
- original
|
18 |
task_categories:
|
19 |
- text2text-generation
|
20 |
+
task_ids: []
|
|
|
21 |
paperswithcode_id: wikisql
|
22 |
+
tags:
|
23 |
+
- text-to-sql
|
24 |
---
|
25 |
|
26 |
# Dataset Card for "wikisql"
|
|
|
206 |
|
207 |
### Contributions
|
208 |
|
209 |
+
Thanks to [@lewtun](https://github.com/lewtun), [@ghomasHudson](https://github.com/ghomasHudson), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|