srivarra commited on
Commit
eb1e512
·
1 Parent(s): 515c2c5
Files changed (1) hide show
  1. ark_example.py +1 -1
ark_example.py CHANGED
@@ -141,7 +141,7 @@ class ArkExample(datasets.GeneratorBasedBuilder):
141
  name="BASE_DATASET",
142
  # These kwargs will be passed to _generate_examples
143
  gen_kwargs={
144
- "filepath": pathlib.Path(data_dir)
145
  },
146
  ),
147
  ]
 
141
  name="BASE_DATASET",
142
  # These kwargs will be passed to _generate_examples
143
  gen_kwargs={
144
+ "filepath": pathlib.Path(data_dir) / "fovs"
145
  },
146
  ),
147
  ]