Commit
·
57a3900
1
Parent(s):
1ffb389
test
Browse files- AmericanStories.py +1 -1
AmericanStories.py
CHANGED
|
@@ -104,7 +104,7 @@ class AmericanStories(datasets.GeneratorBasedBuilder):
|
|
| 104 |
year_list=["1774","1804"],
|
| 105 |
)]
|
| 106 |
|
| 107 |
-
DEFAULT_CONFIG_NAME = "
|
| 108 |
|
| 109 |
def _info(self):
|
| 110 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
|
|
|
| 104 |
year_list=["1774","1804"],
|
| 105 |
)]
|
| 106 |
|
| 107 |
+
DEFAULT_CONFIG_NAME = "subset_years" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
| 108 |
|
| 109 |
def _info(self):
|
| 110 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|