96abhishekarora
commited on
Commit
•
a52ead7
1
Parent(s):
be7e99c
final changes
Browse files- AmericanStories.py +1 -1
AmericanStories.py
CHANGED
@@ -88,7 +88,7 @@ class AmericanStories(datasets.GeneratorBasedBuilder):
|
|
88 |
year_list=["1774"],
|
89 |
)]
|
90 |
|
91 |
-
DEFAULT_CONFIG_NAME = "
|
92 |
|
93 |
def _info(self):
|
94 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
|
|
88 |
year_list=["1774"],
|
89 |
)]
|
90 |
|
91 |
+
DEFAULT_CONFIG_NAME = "subset_years" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
92 |
|
93 |
def _info(self):
|
94 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|