Upload wikisql_VALUE.py
Browse files- wikisql_VALUE.py +2 -2
wikisql_VALUE.py
CHANGED
@@ -39,8 +39,8 @@ class WikiSQLConfig(datasets.BuilderConfig):
|
|
39 |
description,
|
40 |
train_path,
|
41 |
dev_path,
|
42 |
-
test_path
|
43 |
-
**kwargs
|
44 |
):
|
45 |
super(WikiSQLConfig, self).__init__(version=datasets.Version("0.1.0", ""), **kwargs)
|
46 |
self.text_features = datasets.Features(
|
|
|
39 |
description,
|
40 |
train_path,
|
41 |
dev_path,
|
42 |
+
test_path,
|
43 |
+
**kwargs
|
44 |
):
|
45 |
super(WikiSQLConfig, self).__init__(version=datasets.Version("0.1.0", ""), **kwargs)
|
46 |
self.text_features = datasets.Features(
|