darentang commited on
Commit
ff2ecc6
·
1 Parent(s): 39c9410
Files changed (1) hide show
  1. generated.py +1 -1
generated.py CHANGED
@@ -96,7 +96,7 @@ class Sroie(datasets.GeneratorBasedBuilder):
96
  """Uses local files located with data_dir"""
97
  downloaded_file = dl_manager.download_and_extract(_URLS)
98
  # move files from the second URL together with files from the first one.
99
- dest = Path(downloaded_file[0])/"sroie"
100
 
101
  return [
102
  datasets.SplitGenerator(
 
96
  """Uses local files located with data_dir"""
97
  downloaded_file = dl_manager.download_and_extract(_URLS)
98
  # move files from the second URL together with files from the first one.
99
+ dest = Path(downloaded_file[0])/"generated"
100
 
101
  return [
102
  datasets.SplitGenerator(