Elron commited on
Commit
255a1f0
1 Parent(s): 904ffdb

Upload dataset.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset.py +1 -1
dataset.py CHANGED
@@ -108,7 +108,7 @@ class Dataset(datasets.GeneratorBasedBuilder):
108
  if "type" not in args:
109
  args["type"] = "common_recipe"
110
  recipe = Artifact.from_dict(args)
111
- self._generators = recipe()
112
  return self._generators
113
 
114
  def _info(self):
 
108
  if "type" not in args:
109
  args["type"] = "common_recipe"
110
  recipe = Artifact.from_dict(args)
111
+ self._generators = recipe()
112
  return self._generators
113
 
114
  def _info(self):