Temporarily update URL
Browse files- AmericanStories.py +1 -1
AmericanStories.py
CHANGED
@@ -14,7 +14,7 @@ def make_year_file_splits():
|
|
14 |
list: A list of years.
|
15 |
"""
|
16 |
|
17 |
-
base_url = "https://huggingface.co/datasets/dell-research-harvard/AmericanStories/resolve/
|
18 |
|
19 |
# Make a list of years from 1774 to 1960
|
20 |
# TODO: can we set up to check the actual files in the repo instead of relying on the offline list?
|
|
|
14 |
list: A list of years.
|
15 |
"""
|
16 |
|
17 |
+
base_url = "https://huggingface.co/datasets/dell-research-harvard/AmericanStories/resolve/refs/pr/13/"
|
18 |
|
19 |
# Make a list of years from 1774 to 1960
|
20 |
# TODO: can we set up to check the actual files in the repo instead of relying on the offline list?
|