Datasets:
rcds
/

ninabaum commited on
Commit
243c261
·
1 Parent(s): 02f5862

Update occlusion_swiss_judgment_prediction.py

Browse files
occlusion_swiss_judgment_prediction.py CHANGED
@@ -98,9 +98,9 @@ class OcclusionSwissJudgmentPrediction(datasets.GeneratorBasedBuilder):
98
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
99
  urls = _URLS[self.config.name]
100
  filepath_test_1 = dl_manager.download(os.path.join(urls, "test_occ_1.jsonl.xz"))
101
- filepath_test_2 = dl_manager.download(os.path.join(urls, "test_occ_1.jsonl.xz"))
102
- filepath_test_3 = dl_manager.download(os.path.join(urls, "test_occ_1.jsonl.xz"))
103
- filepath_test_4 = dl_manager.download(os.path.join(urls, "test_occ_1.jsonl.xz"))
104
 
105
  return [
106
  datasets.SplitGenerator(
 
98
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
99
  urls = _URLS[self.config.name]
100
  filepath_test_1 = dl_manager.download(os.path.join(urls, "test_occ_1.jsonl.xz"))
101
+ filepath_test_2 = dl_manager.download(os.path.join(urls, "test_occ_2.jsonl.xz"))
102
+ filepath_test_3 = dl_manager.download(os.path.join(urls, "test_occ_3.jsonl.xz"))
103
+ filepath_test_4 = dl_manager.download(os.path.join(urls, "test_occ_4.jsonl.xz"))
104
 
105
  return [
106
  datasets.SplitGenerator(