yes-man-today commited on
Commit
0c3f2ab
1 Parent(s): 25b97d2

modified to try and access the correct dataset

Browse files
docket_comments_mod.json ADDED
The diff for this file is too large to render. See raw diff
 
regulatory_comments.py CHANGED
@@ -32,7 +32,7 @@ _HOMEPAGE = "https://www.regulations.gov/"
32
  # TODO: Add link to the official dataset URLs here
33
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
34
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
35
- _URLS = {"url": "https://huggingface.co/datasets/ro-h/regulatory_comments/raw/main/docket_comments.json"}
36
 
37
 
38
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
 
32
  # TODO: Add link to the official dataset URLs here
33
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
34
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
35
+ _URLS = {"url": "https://huggingface.co/datasets/ro-h/regulatory_comments/raw/main/docket_comments_mod.json"}
36
 
37
 
38
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case