Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Tags:
License:
Severine commited on
Commit
dc7b9e2
1 Parent(s): cae6fc9
Files changed (1) hide show
  1. C2Gen.py +1 -1
C2Gen.py CHANGED
@@ -94,7 +94,7 @@ class SuperLim(datasets.GeneratorBasedBuilder):
94
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
95
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
96
  #urls = _URLS[self.config.name]
97
- data_dir_test = dl_manager.download_and_extract(os.path.join(_URL, _TASKS[self.config.name], "test.json"))
98
  return [
99
  datasets.SplitGenerator(
100
  name=datasets.Split.TEST,
 
94
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
95
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
96
  #urls = _URLS[self.config.name]
97
+ data_dir_test = dl_manager.download_and_extract(os.path.join(_URL, "test.json"))
98
  return [
99
  datasets.SplitGenerator(
100
  name=datasets.Split.TEST,