darentang commited on
Commit
c46b25e
1 Parent(s): 72287f9

stupid mistake

Browse files
Files changed (1) hide show
  1. sroie.py +1 -1
sroie.py CHANGED
@@ -81,7 +81,7 @@ class Sroie(datasets.GeneratorBasedBuilder):
81
  """Uses local files located with data_dir"""
82
  downloaded_file = dl_manager.download_and_extract(_URLS)
83
  # move files from the second URL together with files from the first one.
84
- dest = Path(downloaded_file[0])/"CORD"
85
 
86
  return [
87
  datasets.SplitGenerator(
 
81
  """Uses local files located with data_dir"""
82
  downloaded_file = dl_manager.download_and_extract(_URLS)
83
  # move files from the second URL together with files from the first one.
84
+ dest = Path(downloaded_file[0])/"sroie"
85
 
86
  return [
87
  datasets.SplitGenerator(