typo
Browse files- 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])/"
|
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(
|