Datasets:

Modalities:
Text
Libraries:
Datasets
cjziems commited on
Commit
f227687
·
1 Parent(s): 43eec1c

Upload wikisql_VALUE.py

Browse files
Files changed (1) hide show
  1. wikisql_VALUE.py +1 -1
wikisql_VALUE.py CHANGED
@@ -119,7 +119,7 @@ class WikiSQL(datasets.GeneratorBasedBuilder):
119
  def _info(self):
120
  return datasets.DatasetInfo(
121
  description=self.config.description,
122
- features=self.config.features
123
  # If there's a common (input, target) tuple from the features,
124
  # specify them here. They'll be used if as_supervised=True in
125
  # builder.as_dataset.
 
119
  def _info(self):
120
  return datasets.DatasetInfo(
121
  description=self.config.description,
122
+ features=self.config.features,
123
  # If there's a common (input, target) tuple from the features,
124
  # specify them here. They'll be used if as_supervised=True in
125
  # builder.as_dataset.