96abhishekarora
commited on
Commit
•
de30f05
1
Parent(s):
0463499
path changes
Browse files- AmericanStories.py +1 -1
AmericanStories.py
CHANGED
@@ -98,7 +98,7 @@ class AmericanStories(datasets.GeneratorBasedBuilder):
|
|
98 |
year_list=["1774","1804"],
|
99 |
)]
|
100 |
|
101 |
-
DEFAULT_CONFIG_NAME = "
|
102 |
|
103 |
def _info(self):
|
104 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
|
|
98 |
year_list=["1774","1804"],
|
99 |
)]
|
100 |
|
101 |
+
DEFAULT_CONFIG_NAME = "all_years" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
102 |
|
103 |
def _info(self):
|
104 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|