ro-h commited on
Commit
231b900
1 Parent(s): dae3363

Update regulatory_comments.py

Browse files
Files changed (1) hide show
  1. regulatory_comments.py +1 -1
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_v5.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_v6.json"}
34
 
35
  # Class definition for handling the dataset
36
  class RegComments(datasets.GeneratorBasedBuilder):