Update local paths to tar.gz files
Browse files- AmericanStories.py +2 -2
AmericanStories.py
CHANGED
@@ -56,7 +56,7 @@ class CustomBuilderConfig(datasets.BuilderConfig):
|
|
56 |
class AmericanStories(datasets.GeneratorBasedBuilder):
|
57 |
"""Dataset builder class for AmericanStories dataset."""
|
58 |
|
59 |
-
VERSION = datasets.Version("0.
|
60 |
|
61 |
BUILDER_CONFIGS = [
|
62 |
CustomBuilderConfig(
|
@@ -153,7 +153,7 @@ class AmericanStories(datasets.GeneratorBasedBuilder):
|
|
153 |
name=year,
|
154 |
gen_kwargs={
|
155 |
"files": dl_manager.iter_archive(archive[year]),
|
156 |
-
"year_dir": "/".join(["
|
157 |
"split": year,
|
158 |
"associated": True if not self.config.name.endswith("content_regions") else False,
|
159 |
},
|
|
|
56 |
class AmericanStories(datasets.GeneratorBasedBuilder):
|
57 |
"""Dataset builder class for AmericanStories dataset."""
|
58 |
|
59 |
+
VERSION = datasets.Version("0.2.0")
|
60 |
|
61 |
BUILDER_CONFIGS = [
|
62 |
CustomBuilderConfig(
|
|
|
153 |
name=year,
|
154 |
gen_kwargs={
|
155 |
"files": dl_manager.iter_archive(archive[year]),
|
156 |
+
"year_dir": "/".join(["faro_" + year]),
|
157 |
"split": year,
|
158 |
"associated": True if not self.config.name.endswith("content_regions") else False,
|
159 |
},
|