yes-man-today commited on
Commit
e3925a3
1 Parent(s): 70805de

Update dataset names

Browse files
docket_comment_new.json → docket_comments_all.json RENAMED
File without changes
docket_comments_mod.json DELETED
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_comment_new.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_all.json"}
36
 
37
 
38
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case