Update AmericanStories.py
Browse files- AmericanStories.py +1 -1
AmericanStories.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import json
|
2 |
import datasets
|
3 |
|
4 |
-
SUPPORTED_YEARS = ["1770", "1771", "1772", "1773", "1774", "1777", "1778, "1779",
|
5 |
"1791", "1792", "1793"] + [str(year) for year in range(1796, 1964+1)]
|
6 |
|
7 |
def make_year_file_splits():
|
|
|
1 |
import json
|
2 |
import datasets
|
3 |
|
4 |
+
SUPPORTED_YEARS = ["1770", "1771", "1772", "1773", "1774", "1777", "1778", "1779",
|
5 |
"1791", "1792", "1793"] + [str(year) for year in range(1796, 1964+1)]
|
6 |
|
7 |
def make_year_file_splits():
|