yes-man-today commited on
Commit
01ed5e9
1 Parent(s): f968251

update dataset

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
docket_comments_all.json DELETED
The diff for this file is too large to render. See raw diff
 
docket_comments_v2.json ADDED
The diff for this file is too large to render. See raw diff
 
regulatory_comments.py CHANGED
@@ -30,7 +30,7 @@ and comment text.
30
  _HOMEPAGE = "https://www.regulations.gov/"
31
 
32
  # URL to download the dataset
33
- _URLS = {"url": "https://huggingface.co/datasets/ro-h/regulatory_comments/raw/main/docket_comments_all.json"}
34
 
35
  # Class definition for handling the dataset
36
  class RegComments(datasets.GeneratorBasedBuilder):
 
30
  _HOMEPAGE = "https://www.regulations.gov/"
31
 
32
  # URL to download the dataset
33
+ _URLS = {"url": "https://huggingface.co/datasets/ro-h/regulatory_comments/raw/main/docket_comments_v2.json"}
34
 
35
  # Class definition for handling the dataset
36
  class RegComments(datasets.GeneratorBasedBuilder):