yes-man-today commited on
Commit
9576243
1 Parent(s): 82e723b
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_v2.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_v3.json"}
34
 
35
  # Class definition for handling the dataset
36
  class RegComments(datasets.GeneratorBasedBuilder):