yes-man-today commited on
Commit
3fcd20c
1 Parent(s): 67ab0aa

Updating Dataset

Browse files
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. docket_comment_new.json +0 -0
  3. regulatory_comments.py +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
docket_comment_new.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_mod.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_new.json"}
36
 
37
 
38
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case