ooyiyangc commited on
Commit
61d900d
·
verified ·
1 Parent(s): 59a1049

Temporarily update URL

Browse files
Files changed (1) hide show
  1. 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/main/"
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?